html body .apx-nb-page {
  --nb-bg: #07080d;
  --nb-bg2: #0b0d14;
  --nb-panel: rgba(255,255,255,.078);
  --nb-panel2: rgba(255,255,255,.115);
  --nb-line: rgba(255,255,255,.14);
  --nb-line2: rgba(255,255,255,.20);
  --nb-text: #f7f8fb;
  --nb-muted: rgba(247,248,251,.73);
  --nb-muted2: rgba(247,248,251,.60);
  --nb-red: #dc1824;
  --nb-red2: #ff3848;
  --nb-shadow: 0 22px 70px rgba(0,0,0,.34);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at 14% 4%, rgba(220,24,36,.22), transparent 25%),
    radial-gradient(circle at 92% 11%, rgba(255,255,255,.09), transparent 25%),
    linear-gradient(180deg, #090a10 0%, #07080d 42%, #080910 100%);
  color: var(--nb-text);
  overflow: hidden;
}

html body .apx-nb-page * {
  box-sizing: border-box;
}

html body .apx-nb-page a {
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

html body .apx-nb-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

html body .apx-nb-hero {
  padding: 78px 0 38px;
}

html body .apx-nb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: 22px;
  align-items: stretch;
}

html body .apx-nb-hero-panel,
html body .apx-nb-service-grid article,
html body .apx-nb-brand,
html body .apx-nb-text-card,
html body .apx-nb-graphic-card,
html body .apx-nb-faq-list details {
  position: relative;
  border: 1px solid var(--nb-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.052));
  border-radius: 30px;
  box-shadow: var(--nb-shadow);
  overflow: hidden;
}

html body .apx-nb-hero-panel::before,
html body .apx-nb-service-grid article::before,
html body .apx-nb-brand::before,
html body .apx-nb-text-card::before,
html body .apx-nb-graphic-card::before,
html body .apx-nb-faq-list details::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,255,255,.13), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(220,24,36,.10), transparent 34%);
  opacity: .9;
}

html body .apx-nb-hero-panel:hover,
html body .apx-nb-service-grid article:hover,
html body .apx-nb-brand:hover,
html body .apx-nb-text-card:hover,
html body .apx-nb-graphic-card:hover,
html body .apx-nb-faq-list details:hover {
  transform: translateY(-5px);
  border-color: var(--nb-line2);
  box-shadow: 0 28px 85px rgba(0,0,0,.42), 0 0 34px rgba(220,24,36,.12);
}

html body .apx-nb-hero-main {
  padding: clamp(28px, 4vw, 46px);
}

html body .apx-nb-quick {
  padding: 30px;
}

html body .apx-nb-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #ff4a56;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

html body .apx-nb-page h1,
html body .apx-nb-page h2,
html body .apx-nb-page h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  letter-spacing: -.055em;
  line-height: 1.08;
  color: #fff;
}

html body .apx-nb-page h1 {
  max-width: 860px;
  font-size: clamp(48px, 6vw, 82px);
}

html body .apx-nb-page h2 {
  font-size: clamp(32px, 4vw, 54px);
}

html body .apx-nb-page h3 {
  font-size: 22px;
  line-height: 1.18;
}

html body .apx-nb-lead,
html body .apx-nb-section-head p:not(.apx-nb-kicker),
html body .apx-nb-page p {
  position: relative;
  z-index: 1;
  color: var(--nb-muted);
  line-height: 1.62;
}

html body .apx-nb-lead {
  margin: 22px 0 0;
  max-width: 860px;
  font-size: clamp(18px, 2vw, 23px);
}

html body .apx-nb-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

html body .apx-nb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 950;
  letter-spacing: -.015em;
}

html body .apx-nb-btn:hover {
  transform: translateY(-3px);
}

html body .apx-nb-btn-primary {
  color: #fff !important;
  background:
    radial-gradient(circle at 35% 15%, rgba(255,255,255,.22), transparent 31%),
    linear-gradient(180deg, var(--nb-red2), #b90e18);
  box-shadow: 0 16px 36px rgba(220,24,36,.28);
}

html body .apx-nb-btn-secondary {
  color: #fff !important;
  background: rgba(255,255,255,.09);
  border: 1px solid var(--nb-line);
}

html body .apx-nb-btn-secondary:hover {
  background: rgba(255,255,255,.14);
}

html body .apx-nb-checks {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--nb-muted);
  font-size: 16px;
}

html body .apx-nb-checks li {
  position: relative;
  min-height: 24px;
  padding-left: 31px;
  line-height: 1.42;
}

html body .apx-nb-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--nb-red2), #b90e18);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

html body .apx-nb-quick h2 {
  font-size: 29px;
  margin-bottom: 14px;
}

html body .apx-nb-quick a {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.10);
  text-decoration: none !important;
  font-weight: 850;
}

html body .apx-nb-quick a:hover {
  color: #ff4b56 !important;
  transform: translateX(4px);
}

html body .apx-nb-quick a span {
  color: rgba(255,255,255,.46);
  font-weight: 950;
  font-size: 13px;
}

html body .apx-nb-section {
  padding: 62px 0;
}

html body .apx-nb-proof {
  padding-top: 26px;
}

html body .apx-nb-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

html body .apx-nb-proof-grid div {
  border: 1px solid var(--nb-line);
  background: rgba(255,255,255,.065);
  border-radius: 22px;
  padding: 18px 20px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

html body .apx-nb-proof-grid div:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.24);
}

html body .apx-nb-proof-grid strong {
  display: block;
  font-size: 18px;
  color: #fff;
}

html body .apx-nb-proof-grid span {
  display: block;
  margin-top: 5px;
  color: var(--nb-muted2);
  line-height: 1.42;
}

html body .apx-nb-section-head {
  max-width: 900px;
  margin-bottom: 28px;
}

html body .apx-nb-section-head p:not(.apx-nb-kicker) {
  margin: 16px 0 0;
  font-size: 18px;
}

html body .apx-nb-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html body .apx-nb-service-grid article {
  padding: 25px;
  min-height: 265px;
}

html body .apx-nb-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: rgba(220,24,36,.18);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 24px;
  font-weight: 950;
}

html body .apx-nb-service-grid p {
  margin: 13px 0 0;
  font-size: 16.5px;
}

html body .apx-nb-service-grid a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 14px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 950;
}

html body .apx-nb-service-grid a:hover {
  color: #ff4b56 !important;
}

html body .apx-nb-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

html body .apx-nb-brand {
  box-shadow: none;
}

html body .apx-nb-brand summary {
  position: relative;
  z-index: 1;
  cursor: pointer;
  list-style: none;
  display: grid;
  gap: 7px;
  padding: 18px 20px;
}

html body .apx-nb-brand summary::-webkit-details-marker {
  display: none;
}

html body .apx-nb-brand summary strong {
  color: #fff;
  font-size: 19px;
  letter-spacing: -.025em;
}

html body .apx-nb-brand summary span {
  color: var(--nb-muted2);
  font-size: 14px;
}

html body .apx-nb-brand-body {
  position: relative;
  z-index: 1;
  padding: 0 20px 20px;
}

html body .apx-nb-brand-body p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.58;
}

html body .apx-nb-brand-body a {
  display: inline-flex;
  margin-top: 12px;
  color: #fff !important;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.25);
  font-weight: 900;
}

html body .apx-nb-brand-body a:hover {
  color: #ff4b56 !important;
}

html body .apx-nb-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .55fr);
  gap: 22px;
  align-items: stretch;
}

html body .apx-nb-text-card,
html body .apx-nb-graphic-card {
  padding: 30px;
}

html body .apx-nb-text-card p {
  font-size: 18px;
}

html body .apx-nb-local-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

html body .apx-nb-local-links a {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.075);
  border: 1px solid var(--nb-line);
  font-weight: 850;
}

html body .apx-nb-local-links a:hover {
  transform: translateY(-2px);
  background: rgba(220,24,36,.18);
  border-color: rgba(255,255,255,.25);
}

html body .apx-nb-graphic-card {
  min-height: 310px;
}

html body .apx-nb-graphic-orb {
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 32%, rgba(255,255,255,.55), rgba(255,255,255,.06) 29%, transparent 57%),
    radial-gradient(circle at 55% 60%, rgba(220,24,36,.72), rgba(220,24,36,.18) 42%, transparent 70%);
  filter: blur(.2px);
  opacity: .78;
}

html body .apx-nb-graphic-card p {
  font-size: 17px;
  margin-bottom: 22px;
}

html body .apx-nb-faq-list {
  display: grid;
  gap: 12px;
}

html body .apx-nb-faq-list details {
  padding: 18px 20px;
  box-shadow: none;
}

html body .apx-nb-faq-list summary {
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  font-weight: 950;
  font-size: 18px;
  line-height: 1.35;
}

html body .apx-nb-faq-list p {
  margin: 13px 0 0;
  font-size: 16.5px;
}

html body .apx-nb-footer-cta {
  position: relative;
  padding: 68px 0;
  background:
    radial-gradient(circle at 76% 12%, rgba(220,24,36,.23), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.075));
  border-top: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-footer-cta::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 340px;
  height: 180px;
  transform: translateY(-50%) rotate(-8deg);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.025)),
    radial-gradient(circle at 20% 25%, rgba(220,24,36,.32), transparent 42%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  opacity: .65;
}

html body .apx-nb-footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

html body .apx-nb-footer-grid p {
  max-width: 720px;
  font-size: 18px;
}

html body .apx-nb-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  html body .apx-nb-hero-grid,
  html body .apx-nb-two-col,
  html body .apx-nb-footer-grid {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-service-grid,
  html body .apx-nb-brand-grid,
  html body .apx-nb-proof-grid {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-footer-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  html body .apx-nb-container {
    width: min(100% - 22px, 1180px);
  }

  html body .apx-nb-hero {
    padding: 42px 0 24px;
  }

  html body .apx-nb-section,
  html body .apx-nb-footer-cta {
    padding: 44px 0;
  }

  html body .apx-nb-page h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  html body .apx-nb-page h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  html body .apx-nb-actions,
  html body .apx-nb-footer-actions {
    display: grid;
  }

  html body .apx-nb-btn {
    width: 100%;
  }

  html body .apx-nb-hero-main,
  html body .apx-nb-quick,
  html body .apx-nb-service-grid article,
  html body .apx-nb-text-card,
  html body .apx-nb-graphic-card {
    padding: 21px;
    border-radius: 22px;
  }

  html body .apx-nb-footer-cta::before {
    display: none;
  }
}


/* V4 – bez vlastního menu, oprava textů, klikací karty, hero obrázek, červená šipka */

/* Horní menu se na této stránce neřeší v HTML. Bude přes WordPress menu / šablonu. */
html body .apx-nb-page .apx-nb-header {
  display: none !important;
}

/* Hero s obrazem ve stylu úvodní stránky */
html body .apx-nb-page .apx-nb-hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7,8,13,.96) 0%, rgba(7,8,13,.86) 44%, rgba(7,8,13,.50) 100%),
    radial-gradient(circle at 18% 12%, rgba(220,24,36,.22), transparent 28%),
    url("/wp-content/uploads/aplus-servis/assets/hero-apple-servis.jpg") center right / cover no-repeat !important;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-page .apx-nb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.10), transparent 25%),
    radial-gradient(circle at 10% 12%, rgba(220,24,36,.18), transparent 30%);
}

html body .apx-nb-page .apx-nb-hero > * {
  position: relative;
  z-index: 1;
}

/* Původní article karty už nejsou potřeba, nové jsou celé klikací */
html body .apx-nb-page .apx-nb-service-grid article {
  display: none !important;
}

html body .apx-nb-page .apx-nb-service-card {
  position: relative;
  display: block;
  min-height: 265px;
  padding: 25px;
  border: 1px solid var(--nb-line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.052));
  border-radius: 30px;
  box-shadow: var(--nb-shadow);
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-nb-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,255,255,.13), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(220,24,36,.10), transparent 34%);
  opacity: .9;
}

html body .apx-nb-page .apx-nb-service-card:hover {
  transform: translateY(-5px);
  border-color: var(--nb-line2);
  box-shadow: 0 28px 85px rgba(0,0,0,.42), 0 0 34px rgba(220,24,36,.12);
}

html body .apx-nb-page .apx-nb-service-card p {
  margin: 13px 0 0;
  font-size: 16.5px;
}

html body .apx-nb-page .apx-nb-service-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 14px;
  color: #fff !important;
  font-weight: 950;
}

html body .apx-nb-page .apx-nb-service-card:hover span {
  color: #ff4b56 !important;
}

/* Linkové bubliny – celé klikací plochy */
html body .apx-nb-page .apx-nb-local-links a,
html body .apx-nb-page .apx-nb-quick a,
html body .apx-nb-page .apx-nb-brand-body a {
  cursor: pointer;
}

/* Spodní CTA / zapati – grafický blok, ne holý text */
html body .apx-nb-page .apx-nb-footer-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(220,24,36,.26), transparent 32%),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.080));
  border-top: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-page .apx-nb-footer-cta::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 50%;
  width: 360px;
  height: 190px;
  transform: translateY(-50%) rotate(-8deg);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.035)),
    radial-gradient(circle at 22% 25%, rgba(220,24,36,.36), transparent 45%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
  opacity: .76;
}

html body .apx-nb-page .apx-nb-footer-cta::after {
  content: "A+";
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%) rotate(-8deg);
  color: rgba(255,255,255,.13);
  font-size: 96px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.11em;
}

html body .apx-nb-page .apx-nb-footer-grid {
  position: relative;
  z-index: 1;
}

/* Červená plovoucí šipka jako na hlavní straně */
html body .apx-back-to-top {
  position: fixed !important;
  right: 22px !important;
  left: auto !important;
  bottom: 22px !important;
  z-index: 99990 !important;
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background:
    radial-gradient(circle at 32% 20%, rgba(255,255,255,.24), transparent 34%),
    linear-gradient(180deg, #f03540, #b90e18) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    0 16px 38px rgba(0,0,0,.34),
    0 0 26px rgba(215,25,37,.22) !important;
}

html body .apx-back-to-top span {
  display: block !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  transform: translateY(-1px);
  animation: apxNbFloatArrow 1.35s ease-in-out infinite !important;
}

html body .apx-back-to-top:hover {
  transform: translateY(-4px) !important;
  filter: brightness(1.06) !important;
}

@keyframes apxNbFloatArrow {
  0%, 100% { transform: translateY(2px); }
  50% { transform: translateY(-4px); }
}

/* Skrýt modré/tematické scroll-to-top tlačítko */
html body #ast-scroll-top,
html body .ast-scroll-top,
html body .ast-scroll-top-icon,
html body .ast-scroll-to-top-right,
html body .ast-scroll-to-top-left,
html body .scroll-to-top,
html body .scrolltop,
html body .back-to-top:not(.apx-back-to-top),
html body .elementor-scroll-top,
html body a[href="#page"].scroll-to-top,
html body a[href="#top"]:not(.apx-back-to-top) {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

@media (max-width: 767px) {
  html body .apx-back-to-top {
    right: 14px !important;
    bottom: 14px !important;
    width: 46px !important;
    height: 46px !important;
  }

  html body .apx-back-to-top span {
    font-size: 26px !important;
  }

  html body .apx-nb-page .apx-nb-footer-cta::before,
  html body .apx-nb-page .apx-nb-footer-cta::after {
    display: none;
  }
}


/* V5 – více odborného SEO textu bez změny tmavého stylu */

html body .apx-nb-page .apx-nb-text-seo {
  padding-top: 58px;
  padding-bottom: 58px;
}

html body .apx-nb-page .apx-nb-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html body .apx-nb-page .apx-nb-info-grid article {
  position: relative;
  padding: 25px;
  border: 1px solid var(--nb-line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

html body .apx-nb-page .apx-nb-info-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,.12), transparent 31%),
    radial-gradient(circle at 100% 0%, rgba(220,24,36,.10), transparent 35%);
}

html body .apx-nb-page .apx-nb-info-grid article:hover {
  transform: translateY(-5px);
  border-color: var(--nb-line2);
  box-shadow: 0 26px 75px rgba(0,0,0,.36), 0 0 32px rgba(220,24,36,.12);
}

html body .apx-nb-page .apx-nb-info-grid h3,
html body .apx-nb-page .apx-nb-info-grid p {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-info-grid p {
  margin: 13px 0 0;
  font-size: 16.5px;
}

html body .apx-nb-page .apx-nb-symptoms {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

html body .apx-nb-page .apx-nb-symptoms li {
  position: relative;
  padding-left: 29px;
  color: var(--nb-muted);
  line-height: 1.48;
}

html body .apx-nb-page .apx-nb-symptoms li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff3848, #b90e18);
  font-size: 12px;
  font-weight: 950;
}

html body .apx-nb-page .apx-nb-text-card p + p {
  margin-top: 13px;
}

@media (max-width: 1024px) {
  html body .apx-nb-page .apx-nb-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html body .apx-nb-page .apx-nb-text-seo {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}


/* V6 – doladěný design, lepší hero rozložení, obrázek v panelu a grafické zápatí */

/* Hero už není velké levé okno + malé pravé okno. Je to jeden široký panel. */
html body .apx-nb-page .apx-nb-hero {
  padding: 46px 0 34px !important;
  background:
    radial-gradient(circle at 16% 6%, rgba(220,24,36,.23), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, #090a10 0%, #07080d 100%) !important;
}

html body .apx-nb-page .apx-nb-hero::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-hero-card-v6 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  gap: 24px;
  align-items: stretch;
  min-height: 560px;
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 36px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.045)),
    radial-gradient(circle at 8% 8%, rgba(220,24,36,.16), transparent 30%);
  box-shadow: 0 26px 90px rgba(0,0,0,.42);
}

html body .apx-nb-page .apx-nb-hero-card-v6::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.13), transparent 29%),
    radial-gradient(circle at 92% 15%, rgba(220,24,36,.12), transparent 34%);
}

html body .apx-nb-page .apx-nb-hero-copy,
html body .apx-nb-page .apx-nb-hero-media {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}

html body .apx-nb-page .apx-nb-hero-copy h1 {
  max-width: 700px;
  font-size: clamp(46px, 5.6vw, 78px);
}

html body .apx-nb-page .apx-nb-hero-copy .apx-nb-lead {
  max-width: 730px;
  line-height: 1.58;
}

html body .apx-nb-page .apx-nb-hero-media {
  display: grid;
  grid-template-rows: minmax(310px, 1fr) auto;
  gap: 16px;
  min-width: 0;
}

html body .apx-nb-page .apx-nb-hero-photo {
  position: relative;
  min-height: 330px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background:
    linear-gradient(180deg, rgba(7,8,13,.08), rgba(7,8,13,.26)),
    url("/wp-content/uploads/aplus-servis/assets/hero-apple-servis.jpg") center center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 22px 65px rgba(0,0,0,.32);
}

html body .apx-nb-page .apx-nb-hero-photo::after {
  content: "Servis notebooků";
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7,8,13,.66);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 900;
}

html body .apx-nb-page .apx-nb-hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

html body .apx-nb-page .apx-nb-hero-mini-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 11px 13px;
  border-radius: 18px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  font-weight: 900;
  line-height: 1.18;
}

html body .apx-nb-page .apx-nb-hero-mini-grid a:hover {
  transform: translateY(-3px);
  background: rgba(220,24,36,.18);
  border-color: rgba(255,255,255,.22);
}

html body .apx-nb-page .apx-nb-hero-mini-grid a span {
  color: rgba(255,255,255,.48);
  font-size: 12px;
  font-weight: 950;
}

/* Staré hero prvky z v2/v5 už se nepoužívají. */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel,
html body .apx-nb-page .apx-nb-quick {
  max-width: 100%;
}

/* Karty – celé klikací karty sjednotit */
html body .apx-nb-page .apx-nb-service-card {
  display: flex;
  flex-direction: column;
}

html body .apx-nb-page .apx-nb-service-card span {
  margin-top: auto;
  padding-top: 14px;
}

/* Textové bloky vzdušnější, méně namačkané. */
html body .apx-nb-page .apx-nb-section-head {
  max-width: 960px;
  margin-bottom: 34px;
}

html body .apx-nb-page .apx-nb-section-head p:not(.apx-nb-kicker) {
  font-size: 18.5px;
  line-height: 1.72;
}

/* Grafické zápatí – reálný blok, ne jen text. */
html body .apx-nb-page .apx-nb-footer-cta {
  padding: 72px 0 !important;
  background:
    radial-gradient(circle at 15% 25%, rgba(220,24,36,.20), transparent 30%),
    radial-gradient(circle at 90% 5%, rgba(255,255,255,.10), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.075)) !important;
  border-top: 1px solid rgba(255,255,255,.11);
}

html body .apx-nb-page .apx-nb-footer-cta::before,
html body .apx-nb-page .apx-nb-footer-cta::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-footer-card-v6 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 24px;
  align-items: center;
  min-height: 330px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(220,24,36,.18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  box-shadow: 0 26px 90px rgba(0,0,0,.38);
}

html body .apx-nb-page .apx-nb-footer-card-v6::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.10), transparent 31%),
    linear-gradient(90deg, transparent, rgba(220,24,36,.06));
}

html body .apx-nb-page .apx-nb-footer-copy,
html body .apx-nb-page .apx-nb-footer-visual {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-footer-copy p {
  max-width: 760px;
  font-size: 18.5px;
  line-height: 1.65;
}

html body .apx-nb-page .apx-nb-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

html body .apx-nb-page .apx-nb-footer-visual {
  display: grid;
  place-items: center;
  min-height: 230px;
}

html body .apx-nb-page .apx-nb-footer-device {
  position: relative;
  width: min(100%, 350px);
  height: 205px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    radial-gradient(circle at 30% 25%, rgba(220,24,36,.22), transparent 40%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 24px 70px rgba(0,0,0,.32);
  transform: rotate(-4deg);
}

html body .apx-nb-page .apx-nb-footer-device::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: -26px;
  height: 18px;
  border-radius: 0 0 24px 24px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.13);
}

html body .apx-nb-page .apx-nb-footer-device span {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}

html body .apx-nb-page .apx-nb-footer-device span:nth-child(1) { top: 52px; width: 64%; }
html body .apx-nb-page .apx-nb-footer-device span:nth-child(2) { top: 82px; width: 78%; }
html body .apx-nb-page .apx-nb-footer-device span:nth-child(3) { top: 112px; width: 52%; }

html body .apx-nb-page .apx-nb-footer-badge {
  position: absolute;
  right: 18px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 35% 20%, rgba(255,255,255,.24), transparent 34%),
    linear-gradient(180deg, #f03540, #b90e18);
  box-shadow: 0 18px 42px rgba(220,24,36,.30);
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -.11em;
}

@media (max-width: 1024px) {
  html body .apx-nb-page .apx-nb-hero-card-v6,
  html body .apx-nb-page .apx-nb-footer-card-v6 {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-nb-hero-media {
    grid-template-rows: minmax(260px, auto) auto;
  }
}

@media (max-width: 640px) {
  html body .apx-nb-page .apx-nb-hero {
    padding: 28px 0 26px !important;
  }

  html body .apx-nb-page .apx-nb-hero-card-v6,
  html body .apx-nb-page .apx-nb-footer-card-v6 {
    border-radius: 24px;
    padding: 21px;
  }

  html body .apx-nb-page .apx-nb-hero-photo {
    min-height: 220px;
    border-radius: 20px;
  }

  html body .apx-nb-page .apx-nb-hero-mini-grid {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-nb-footer-visual {
    display: none;
  }

  html body .apx-nb-page .apx-nb-footer-actions {
    display: grid;
  }
}


/* V7 – úprava sekce nejčastěji řešíme */

html body .apx-nb-page .apx-nb-hero-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body .apx-nb-page .apx-nb-hero-mini-grid a {
  min-height: 62px !important;
  line-height: 1.18 !important;
}

html body .apx-nb-page .apx-nb-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html body .apx-nb-page .apx-nb-service-card {
  min-height: 285px;
}

@media (max-width: 1180px) {
  html body .apx-nb-page .apx-nb-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html body .apx-nb-page .apx-nb-service-grid,
  html body .apx-nb-page .apx-nb-hero-mini-grid {
    grid-template-columns: 1fr !important;
  }
}

/* V8 – přejmenování služby na Výměna krytu displeje a pantů notebooku */
/* Design beze změny. */


/* V10 – kompaktnější design ve stylu úvodní strany, fotka v hero a grafické zápatí */

html body .apx-nb-page {
  --nb-radius: 26px;
}

/* celkově menší a klidnější typografie */
html body .apx-nb-page h1,
html body .apx-nb-page h2,
html body .apx-nb-page h3 {
  letter-spacing: -0.055em !important;
}

html body .apx-nb-page h2 {
  font-size: clamp(34px, 3.5vw, 54px) !important;
  line-height: 1.04 !important;
  font-weight: 840 !important;
}

html body .apx-nb-page h3 {
  font-size: clamp(22px, 1.8vw, 30px) !important;
  line-height: 1.1 !important;
  font-weight: 820 !important;
}

html body .apx-nb-page p {
  line-height: 1.58;
}

/* hero – kompaktní panel, ne obří typografie */
html body .apx-nb-page .apx-nb-hero {
  position: relative;
  padding: 34px 0 28px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(220,24,36,.20), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, #07080d 0%, #05060a 100%) !important;
}

html body .apx-nb-page .apx-nb-hero::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-hero-compact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 22px;
  align-items: stretch;
  min-height: 430px;
  padding: clamp(22px, 3.2vw, 34px);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.13);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.042)),
    radial-gradient(circle at 8% 8%, rgba(220,24,36,.16), transparent 30%);
  box-shadow: 0 24px 78px rgba(0,0,0,.38);
}

html body .apx-nb-page .apx-nb-hero-compact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(90deg, transparent 55%, rgba(220,24,36,.07));
}

html body .apx-nb-page .apx-nb-hero-content,
html body .apx-nb-page .apx-nb-hero-photo-wrap {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

html body .apx-nb-page .apx-nb-hero-content h1 {
  max-width: 670px;
  font-size: clamp(42px, 4.8vw, 66px) !important;
  line-height: 1.01 !important;
  font-weight: 860 !important;
}

html body .apx-nb-page .apx-nb-hero-content .apx-nb-lead {
  max-width: 720px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.58;
}

html body .apx-nb-page .apx-nb-actions {
  margin-top: 22px;
}

html body .apx-nb-page .apx-nb-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

html body .apx-nb-page .apx-nb-hero-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.073);
  border: 1px solid rgba(255,255,255,.13);
  font-size: 13.5px;
  font-weight: 820;
}

html body .apx-nb-page .apx-nb-hero-pills a:hover {
  color: #fff !important;
  background: rgba(220,24,36,.18);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-2px);
}

html body .apx-nb-page .apx-nb-hero-photo-wrap {
  min-height: 340px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 20px 58px rgba(0,0,0,.30);
}

html body .apx-nb-page .apx-nb-hero-photo-real {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,8,13,.08), rgba(7,8,13,.42)),
    url("/wp-content/uploads/aplus-servis/assets/hero-apple-servis.jpg") center center / cover no-repeat;
  transform: scale(1.02);
}

/* Až nahraješ přesnější notebookovou fotku, stačí přepsat cestu výše na stejný soubor jako na úvodní straně pod notebookem. */

html body .apx-nb-page .apx-nb-photo-badge {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 2px;
  padding: 13px 15px;
  border-radius: 18px;
  color: #fff;
  background: rgba(7,8,13,.68);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

html body .apx-nb-page .apx-nb-photo-badge strong {
  font-size: 16px;
  font-weight: 860;
}

html body .apx-nb-page .apx-nb-photo-badge span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

/* zrušení starých hero layoutů */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel,
html body .apx-nb-page .apx-nb-quick,
html body .apx-nb-page .apx-nb-hero-card-v6,
html body .apx-nb-page .apx-nb-hero-media {
  display: none !important;
}

/* sekce obecně kompaktnější */
html body .apx-nb-page .apx-nb-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

html body .apx-nb-page .apx-nb-section-head {
  max-width: 900px;
  margin-bottom: 30px;
}

html body .apx-nb-page .apx-nb-section-head p:not(.apx-nb-kicker) {
  font-size: 17.5px !important;
  line-height: 1.66 !important;
}

/* problémový 2sloupcový blok nahrazen kompaktní mřížkou */
html body .apx-nb-page .apx-nb-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html body .apx-nb-page .apx-nb-compact-grid article {
  min-height: 190px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.086), rgba(255,255,255,.042));
  box-shadow: 0 18px 52px rgba(0,0,0,.28);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

html body .apx-nb-page .apx-nb-compact-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 24px 72px rgba(0,0,0,.35), 0 0 28px rgba(220,24,36,.10);
}

html body .apx-nb-page .apx-nb-compact-grid h3 {
  margin: 0;
}

html body .apx-nb-page .apx-nb-compact-grid p {
  margin: 12px 0 0;
  color: var(--nb-muted);
  font-size: 15.8px;
}

/* původní obří text-card layout kdyby v HTML někde zůstal */
html body .apx-nb-page .apx-nb-two-col,
html body .apx-nb-page .apx-nb-text-card {
  display: none !important;
}

/* servisní karty kompaktnější */
html body .apx-nb-page .apx-nb-service-card {
  min-height: 245px !important;
  padding: 22px !important;
  border-radius: 24px !important;
}

html body .apx-nb-page .apx-nb-service-card p {
  font-size: 15.8px !important;
}

/* zápatí skutečně grafické: fotka + panel */
html body .apx-nb-page .apx-nb-footer-cta {
  padding: 62px 0 74px !important;
  background:
    radial-gradient(circle at 16% 15%, rgba(220,24,36,.18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.08), transparent 27%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.068)) !important;
  border-top: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-page .apx-nb-footer-cta::before,
html body .apx-nb-page .apx-nb-footer-cta::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-footer-graphic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, .9fr) minmax(0, 1.1fr);
  gap: 0;
  min-height: 360px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.043));
  box-shadow: 0 28px 88px rgba(0,0,0,.36);
}

html body .apx-nb-page .apx-nb-footer-photo {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(7,8,13,.10), rgba(7,8,13,.58)),
    url("/wp-content/uploads/aplus-servis/assets/hero-apple-servis.jpg") center center / cover no-repeat;
}

html body .apx-nb-page .apx-nb-footer-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
  background:
    radial-gradient(circle at 90% 8%, rgba(220,24,36,.18), transparent 32%),
    linear-gradient(180deg, rgba(7,8,13,.58), rgba(7,8,13,.22));
}

html body .apx-nb-page .apx-nb-footer-panel h2 {
  max-width: 620px;
}

html body .apx-nb-page .apx-nb-footer-panel p {
  max-width: 680px;
  color: var(--nb-muted);
  font-size: 17.5px;
}

html body .apx-nb-page .apx-nb-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* staré v6 footer prvky vypnout */
html body .apx-nb-page .apx-nb-footer-card-v6,
html body .apx-nb-page .apx-nb-footer-visual,
html body .apx-nb-page .apx-nb-footer-device,
html body .apx-nb-page .apx-nb-footer-badge {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-hero-compact,
  html body .apx-nb-page .apx-nb-footer-graphic {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-nb-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .apx-nb-page .apx-nb-footer-photo {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  html body .apx-nb-page .apx-nb-hero {
    padding: 26px 0 22px !important;
  }

  html body .apx-nb-page .apx-nb-hero-compact,
  html body .apx-nb-page .apx-nb-footer-graphic {
    border-radius: 22px;
  }

  html body .apx-nb-page .apx-nb-hero-compact {
    padding: 21px;
  }

  html body .apx-nb-page .apx-nb-hero-content h1 {
    font-size: 42px !important;
  }

  html body .apx-nb-page .apx-nb-hero-photo-wrap {
    min-height: 230px;
    border-radius: 20px;
  }

  html body .apx-nb-page .apx-nb-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  html body .apx-nb-page .apx-nb-compact-grid {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-nb-compact-grid article {
    min-height: 0;
  }

  html body .apx-nb-page .apx-nb-footer-photo {
    min-height: 220px;
  }

  html body .apx-nb-page .apx-nb-footer-actions {
    display: grid;
  }
}


/* V11 – kompaktnější styl jako úvodní strana, tři karty vedle sebe, stejná výška obsahu, kontaktní box dole */

/* Zjemnění celého webového bloku */
html body .apx-nb-page {
  --nb-radius: 24px;
}

html body .apx-nb-page h1,
html body .apx-nb-page h2,
html body .apx-nb-page h3 {
  letter-spacing: -0.045em !important;
}

html body .apx-nb-page h1 {
  font-size: clamp(38px, 4.2vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 840 !important;
}

html body .apx-nb-page h2 {
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.08 !important;
  font-weight: 820 !important;
}

html body .apx-nb-page h3 {
  font-size: clamp(21px, 1.55vw, 26px) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

html body .apx-nb-page p {
  font-size: 16px;
  line-height: 1.58;
}

/* Hero jako na homepage: kompaktní panel s reálnou fotkou z úvodní strany */
html body .apx-nb-page .apx-nb-hero {
  padding: 30px 0 26px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(220,24,36,.18), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, #07080d 0%, #05060a 100%) !important;
}

html body .apx-nb-page .apx-nb-hero::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-hero-home {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .96fr) minmax(0, 1.04fr);
  gap: 24px;
  align-items: stretch;
  min-height: 390px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.042)),
    radial-gradient(circle at 10% 10%, rgba(220,24,36,.16), transparent 31%);
  box-shadow: 0 22px 72px rgba(0,0,0,.37);
  overflow: hidden;
}

html body .apx-nb-page .apx-nb-hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(90deg, rgba(220,24,36,.045), transparent 44%);
}

html body .apx-nb-page .apx-nb-hero-photo-home,
html body .apx-nb-page .apx-nb-hero-text-home {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-hero-photo-home {
  min-height: 340px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.14);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7,8,13,.06), rgba(7,8,13,.32)),
    url("/wp-content/uploads/aplus-servis/assets/hero-apple-servis.jpg") center center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 54px rgba(0,0,0,.30);
}

/* Toto je cesta na fotku v úvodu. Pokud má fotka z hlavní strany jiný název, stačí přepsat jen URL výše. */

html body .apx-nb-page .apx-nb-hero-text-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px 8px 2px;
  min-width: 0;
}

html body .apx-nb-page .apx-nb-hero-text-home .apx-nb-lead {
  max-width: 700px;
  font-size: 17.5px !important;
  line-height: 1.6 !important;
}

html body .apx-nb-page .apx-nb-actions {
  margin-top: 20px;
}

/* Staré hero verze vypnout */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel,
html body .apx-nb-page .apx-nb-quick,
html body .apx-nb-page .apx-nb-hero-card-v6,
html body .apx-nb-page .apx-nb-hero-media,
html body .apx-nb-page .apx-nb-hero-compact,
html body .apx-nb-page .apx-nb-hero-v9,
html body .apx-nb-page .apx-nb-hero-visual-v9 {
  display: none !important;
}

/* Sekce kompaktnější */
html body .apx-nb-page .apx-nb-section {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

html body .apx-nb-page .apx-nb-section-head {
  max-width: 900px;
  margin-bottom: 28px !important;
}

html body .apx-nb-page .apx-nb-section-head p:not(.apx-nb-kicker) {
  font-size: 17px !important;
  line-height: 1.62 !important;
}

/* Co u notebooků opravujeme – jen 3 vedle sebe, stejně vysoké části */
html body .apx-nb-page .apx-nb-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html body .apx-nb-page .apx-nb-service-card {
  min-height: 270px !important;
  height: 100% !important;
  padding: 22px !important;
  border-radius: 24px !important;
  display: grid !important;
  grid-template-rows: 52px 64px minmax(92px, 1fr) 28px !important;
  align-items: start !important;
  color: #fff !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-nb-service-card .apx-nb-card-icon {
  margin: 0 !important;
}

html body .apx-nb-page .apx-nb-service-card h3 {
  min-height: 58px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
}

html body .apx-nb-page .apx-nb-service-card p {
  min-height: 86px !important;
  margin: 0 !important;
  font-size: 15.6px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-service-card span {
  margin: 0 !important;
  padding: 0 !important;
  align-self: end !important;
}

/* Kompaktní info grid místo obřích nerovných boxů */
html body .apx-nb-page .apx-nb-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html body .apx-nb-page .apx-nb-compact-grid article {
  min-height: 178px;
  padding: 21px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.084), rgba(255,255,255,.040));
  box-shadow: 0 16px 48px rgba(0,0,0,.27);
}

html body .apx-nb-page .apx-nb-compact-grid p {
  margin: 11px 0 0;
  color: var(--nb-muted);
  font-size: 15.5px;
  line-height: 1.52;
}

/* Původní obří dvousloupcový layout kompletně skrýt */
html body .apx-nb-page .apx-nb-two-col,
html body .apx-nb-page .apx-nb-text-card {
  display: none !important;
}

/* Spodek: místo textového výpisu odkazů kontaktní box ve stylu homepage */
html body .apx-nb-page .apx-nb-footer-cta,
html body .apx-nb-page .apx-nb-footer-graphic,
html body .apx-nb-page .apx-nb-footer-v9,
html body .apx-nb-page .apx-nb-footer-card-v6 {
  display: none !important;
}

html body .apx-nb-page .apx-nb-contact-home {
  padding: 62px 0 76px;
  background:
    radial-gradient(circle at 14% 10%, rgba(220,24,36,.18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.066));
  border-top: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-page .apx-nb-contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 500px);
  gap: 24px;
  align-items: stretch;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 82% 18%, rgba(220,24,36,.17), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.102), rgba(255,255,255,.043));
  box-shadow: 0 26px 84px rgba(0,0,0,.36);
  overflow: hidden;
}

html body .apx-nb-page .apx-nb-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.10), transparent 32%),
    linear-gradient(90deg, transparent, rgba(220,24,36,.055));
}

html body .apx-nb-page .apx-nb-contact-info,
html body .apx-nb-page .apx-nb-contact-boxes {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body .apx-nb-page .apx-nb-contact-info p {
  max-width: 700px;
  color: var(--nb-muted);
  font-size: 17px;
  line-height: 1.62;
}

html body .apx-nb-page .apx-nb-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

html body .apx-nb-page .apx-nb-contact-boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

html body .apx-nb-page .apx-nb-contact-mini {
  display: grid;
  gap: 4px;
  padding: 17px 18px;
  border-radius: 20px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.073);
  border: 1px solid rgba(255,255,255,.12);
}

html body .apx-nb-page .apx-nb-contact-mini:hover {
  transform: translateY(-3px);
  background: rgba(220,24,36,.15);
  border-color: rgba(255,255,255,.21);
}

html body .apx-nb-page .apx-nb-contact-mini span {
  color: rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

html body .apx-nb-page .apx-nb-contact-mini strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 820;
  word-break: break-word;
}

@media (max-width: 1120px) {
  html body .apx-nb-page .apx-nb-hero-home,
  html body .apx-nb-page .apx-nb-contact-card {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-nb-service-grid,
  html body .apx-nb-page .apx-nb-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  html body .apx-nb-page .apx-nb-hero {
    padding: 24px 0 20px !important;
  }

  html body .apx-nb-page .apx-nb-hero-home,
  html body .apx-nb-page .apx-nb-contact-card {
    border-radius: 22px;
    padding: 20px;
  }

  html body .apx-nb-page .apx-nb-hero-photo-home {
    min-height: 225px;
    border-radius: 18px;
  }

  html body .apx-nb-page .apx-nb-hero-text-home h1 {
    font-size: 40px !important;
  }

  html body .apx-nb-page .apx-nb-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  html body .apx-nb-page .apx-nb-service-grid,
  html body .apx-nb-page .apx-nb-compact-grid {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-service-card {
    min-height: 0 !important;
    grid-template-rows: auto auto auto auto !important;
  }

  html body .apx-nb-page .apx-nb-service-card h3,
  html body .apx-nb-page .apx-nb-service-card p {
    min-height: 0 !important;
  }

  html body .apx-nb-page .apx-nb-contact-actions {
    display: grid;
  }
}


/* V12 – opravy všech připomínek: správná fotka, bubliny, prolinkované boxy, 3 karty v řadě, stejné výšky, kontaktní box */

/* Cesta k fotce z hlavní strany napravo pod sekcí Servis notebooků.
   Když se soubor ve WP jmenuje jinak, stačí změnit tuto proměnnou. */
html body .apx-nb-page {
  --apx-nb-home-photo: url("/wp-content/uploads/aplus-servis/assets/servis-notebooku-zlin.jpg");
}

/* Decentnější typografie jako na hlavní straně */
html body .apx-nb-page h1,
html body .apx-nb-page h2,
html body .apx-nb-page h3 {
  letter-spacing: -0.035em !important;
}

html body .apx-nb-page h1 {
  font-size: clamp(36px, 3.8vw, 54px) !important;
  line-height: 1.05 !important;
  font-weight: 820 !important;
}

html body .apx-nb-page h2 {
  font-size: clamp(29px, 2.75vw, 42px) !important;
  line-height: 1.1 !important;
  font-weight: 790 !important;
}

html body .apx-nb-page h3 {
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;
  font-weight: 780 !important;
}

html body .apx-nb-page p {
  font-size: 15.8px !important;
  line-height: 1.57 !important;
}

/* Nový úvod s fotkou v pravé části a kompaktním textem */
html body .apx-nb-page .apx-nb-hero {
  padding: 28px 0 30px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(220,24,36,.18), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, #07080d 0%, #05060a 100%) !important;
}

html body .apx-nb-page .apx-nb-hero::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-hero-home-v12 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr);
  gap: 22px;
  align-items: stretch;
  min-height: 380px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.13);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.098), rgba(255,255,255,.040)),
    radial-gradient(circle at 8% 8%, rgba(220,24,36,.15), transparent 31%);
  box-shadow: 0 22px 72px rgba(0,0,0,.36);
}

html body .apx-nb-page .apx-nb-hero-home-v12::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.10), transparent 30%),
    linear-gradient(90deg, transparent 58%, rgba(220,24,36,.06));
}

html body .apx-nb-page .apx-nb-hero-text-home-v12,
html body .apx-nb-page .apx-nb-hero-photo-home-v12 {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-hero-text-home-v12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 4px;
}

html body .apx-nb-page .apx-nb-hero-text-home-v12 .apx-nb-lead {
  max-width: 720px;
  font-size: 17px !important;
  line-height: 1.58 !important;
}

html body .apx-nb-page .apx-nb-hero-photo-home-v12 {
  min-height: 330px;
  border-radius: 23px;
  border: 1px solid rgba(255,255,255,.14);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7,8,13,.04), rgba(7,8,13,.32)),
    var(--apx-nb-home-photo) center center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 54px rgba(0,0,0,.30);
}

html body .apx-nb-page .apx-nb-hero-pills-v12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0;
}

html body .apx-nb-page .apx-nb-hero-pills-v12 a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.073);
  border: 1px solid rgba(255,255,255,.13);
  font-size: 13.5px;
  font-weight: 760;
}

html body .apx-nb-page .apx-nb-hero-pills-v12 a:hover {
  color: #fff !important;
  background: rgba(220,24,36,.17);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-2px);
}

/* Vypnout všechny staré hero varianty, aby se nepřekrývaly */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel,
html body .apx-nb-page .apx-nb-quick,
html body .apx-nb-page .apx-nb-hero-card-v6,
html body .apx-nb-page .apx-nb-hero-media,
html body .apx-nb-page .apx-nb-hero-compact,
html body .apx-nb-page .apx-nb-hero-v9,
html body .apx-nb-page .apx-nb-hero-visual-v9,
html body .apx-nb-page .apx-nb-hero-home:not(.apx-nb-hero-home-v12) {
  display: none !important;
}

/* Sekce kompaktnější */
html body .apx-nb-page .apx-nb-section {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

html body .apx-nb-page .apx-nb-section-head {
  max-width: 900px;
  margin-bottom: 28px !important;
}

html body .apx-nb-page .apx-nb-section-head p:not(.apx-nb-kicker) {
  font-size: 16.7px !important;
  line-height: 1.62 !important;
}

/* Prolinkované boxy v sekci skutečné příčiny závady */
html body .apx-nb-page .apx-nb-linked-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-linked-grid article {
  display: none !important;
}

html body .apx-nb-page .apx-nb-linked-grid a {
  display: grid !important;
  grid-template-rows: 54px minmax(88px, 1fr) 26px !important;
  min-height: 195px;
  padding: 20px;
  border-radius: 22px;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.084), rgba(255,255,255,.040));
  box-shadow: 0 16px 48px rgba(0,0,0,.27);
}

html body .apx-nb-page .apx-nb-linked-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.21);
  background:
    radial-gradient(circle at 100% 0%, rgba(220,24,36,.13), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.046));
  box-shadow: 0 23px 68px rgba(0,0,0,.34), 0 0 28px rgba(220,24,36,.10);
}

html body .apx-nb-page .apx-nb-linked-grid h3 {
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
}

html body .apx-nb-page .apx-nb-linked-grid p {
  margin: 0 !important;
  color: var(--nb-muted);
  font-size: 15.3px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-linked-grid span {
  align-self: end;
  color: #fff;
  font-weight: 760;
  font-size: 14px;
}

/* Co u notebooků opravujeme – natvrdo 3 karty v řadě, stejné výšky řádků */
html body .apx-nb-page .apx-nb-service-grid,
html body .apx-nb-page main .apx-nb-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html body .apx-nb-page .apx-nb-service-grid article {
  display: none !important;
}

html body .apx-nb-page .apx-nb-service-card,
html body .apx-nb-page main .apx-nb-service-card {
  height: 100% !important;
  min-height: 278px !important;
  padding: 21px !important;
  border-radius: 23px !important;
  display: grid !important;
  grid-template-rows: 50px 58px minmax(96px, 1fr) 26px !important;
  align-items: start !important;
  color: #fff !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-nb-service-card .apx-nb-card-icon {
  margin: 0 !important;
}

html body .apx-nb-page .apx-nb-service-card h3 {
  min-height: 56px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  font-weight: 780 !important;
}

html body .apx-nb-page .apx-nb-service-card p {
  min-height: 92px !important;
  margin: 0 !important;
  color: var(--nb-muted) !important;
  font-size: 15.3px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-service-card span {
  margin: 0 !important;
  padding: 0 !important;
  align-self: end !important;
  color: #fff !important;
  font-weight: 760 !important;
  font-size: 14px !important;
}

/* Kontaktní box úplně dole – grafický blok, ne textový výpis */
html body .apx-nb-page .apx-nb-footer-cta,
html body .apx-nb-page .apx-nb-footer-graphic,
html body .apx-nb-page .apx-nb-footer-v9,
html body .apx-nb-page .apx-nb-footer-card-v6,
html body .apx-nb-page .apx-nb-contact-home {
  display: none !important;
}

html body .apx-nb-page .apx-nb-contact-home-v12 {
  padding: 62px 0 78px;
  background:
    radial-gradient(circle at 14% 10%, rgba(220,24,36,.18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.066));
  border-top: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-page .apx-nb-contact-card-v12 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(260px, .58fr) minmax(310px, .62fr);
  gap: 18px;
  align-items: stretch;
  padding: clamp(22px, 3.5vw, 36px);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.14);
  overflow: hidden;
  background:
    radial-gradient(circle at 56% 12%, rgba(220,24,36,.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.102), rgba(255,255,255,.043));
  box-shadow: 0 26px 84px rgba(0,0,0,.36);
}

html body .apx-nb-page .apx-nb-contact-card-v12::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.10), transparent 32%),
    linear-gradient(90deg, transparent, rgba(220,24,36,.055));
}

html body .apx-nb-page .apx-nb-contact-main-v12,
html body .apx-nb-page .apx-nb-contact-map-v12,
html body .apx-nb-page .apx-nb-contact-items-v12 {
  position: relative;
  z-index: 1;
}

html body .apx-nb-page .apx-nb-contact-main-v12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body .apx-nb-page .apx-nb-contact-main-v12 p {
  max-width: 680px;
  color: var(--nb-muted);
}

html body .apx-nb-page .apx-nb-contact-actions-v12 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 21px;
}

html body .apx-nb-page .apx-nb-contact-map-v12 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 260px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(180deg, rgba(7,8,13,.10), rgba(7,8,13,.62)),
    var(--apx-nb-home-photo) center center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 54px rgba(0,0,0,.26);
}

html body .apx-nb-page .apx-nb-contact-pin-v12 {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 32% 18%, rgba(255,255,255,.24), transparent 34%),
    linear-gradient(180deg, #f03540, #b90e18);
  box-shadow: 0 18px 42px rgba(220,24,36,.28);
  font-weight: 900;
  letter-spacing: -.09em;
}

html body .apx-nb-page .apx-nb-contact-map-v12 strong {
  color: #fff;
  font-size: 20px;
  font-weight: 820;
}

html body .apx-nb-page .apx-nb-contact-map-v12 span {
  margin-top: 4px;
  color: rgba(255,255,255,.70);
  font-size: 14px;
}

html body .apx-nb-page .apx-nb-contact-items-v12 {
  display: grid;
  gap: 12px;
}

html body .apx-nb-page .apx-nb-contact-items-v12 a {
  display: grid;
  gap: 4px;
  padding: 16px 17px;
  border-radius: 19px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.073);
  border: 1px solid rgba(255,255,255,.12);
}

html body .apx-nb-page .apx-nb-contact-items-v12 a:hover {
  transform: translateY(-3px);
  background: rgba(220,24,36,.15);
  border-color: rgba(255,255,255,.21);
}

html body .apx-nb-page .apx-nb-contact-items-v12 span {
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: .08em;
}

html body .apx-nb-page .apx-nb-contact-items-v12 strong {
  color: #fff;
  font-size: 15.2px;
  line-height: 1.25;
  font-weight: 760;
  word-break: break-word;
}

@media (max-width: 1180px) {
  html body .apx-nb-page .apx-nb-contact-card-v12 {
    grid-template-columns: 1fr 1fr;
  }

  html body .apx-nb-page .apx-nb-contact-main-v12 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-hero-home-v12 {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-service-grid,
  html body .apx-nb-page main .apx-nb-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  html body .apx-nb-page .apx-nb-hero {
    padding: 24px 0 22px !important;
  }

  html body .apx-nb-page .apx-nb-hero-home-v12,
  html body .apx-nb-page .apx-nb-contact-card-v12 {
    border-radius: 22px;
    padding: 20px;
  }

  html body .apx-nb-page .apx-nb-hero-photo-home-v12 {
    min-height: 225px;
    border-radius: 18px;
  }

  html body .apx-nb-page .apx-nb-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-service-grid,
  html body .apx-nb-page main .apx-nb-service-grid,
  html body .apx-nb-page .apx-nb-contact-card-v12 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-service-card,
  html body .apx-nb-page .apx-nb-linked-grid a {
    min-height: 0 !important;
    grid-template-rows: auto auto auto auto !important;
  }

  html body .apx-nb-page .apx-nb-service-card h3,
  html body .apx-nb-page .apx-nb-service-card p {
    min-height: 0 !important;
  }

  html body .apx-nb-page .apx-nb-contact-actions-v12 {
    display: grid;
  }
}


/* V15 – stejná šířka jako homepage, čisté hero bez screenshotu, kontakt 1:1, skutečná patička */

/* Stejná šířka pro tuto i budoucí podstránky */
html body .apx-nb-page .apx-container,
html body .apx-nb-page .apx-nb-container {
  width: min(1360px, calc(100% - 32px)) !important;
  max-width: 1360px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Čisté hero pozadí bez textu. Nahraj do /wp-content/uploads/aplus-servis/assets/ */
html body .apx-nb-page {
  --apx-nb-hero-clean: url("/wp-content/uploads/aplus-servis/assets/servis-notebooku-hero-cisty.jpg");
}

html body .apx-nb-page h1 { font-size: clamp(40px, 4.2vw, 64px) !important; line-height: 1.04 !important; font-weight: 820 !important; letter-spacing: -.04em !important; }
html body .apx-nb-page h2 { font-size: clamp(30px, 2.75vw, 44px) !important; line-height: 1.08 !important; font-weight: 790 !important; letter-spacing: -.035em !important; }
html body .apx-nb-page h3 { font-size: clamp(20px, 1.32vw, 24px) !important; line-height: 1.15 !important; font-weight: 760 !important; letter-spacing: -.025em !important; }
html body .apx-nb-page p { font-size: 15.6px !important; line-height: 1.55 !important; }

html body .apx-nb-page .apx-nb-hero-v15 {
  padding: 28px 0 30px !important;
  background: radial-gradient(circle at 12% 0%, rgba(220,24,36,.18), transparent 28%), linear-gradient(180deg,#07080d 0%,#05060a 100%) !important;
}

html body .apx-nb-page .apx-nb-hero-v15::after { display: none !important; }

html body .apx-nb-page .apx-nb-hero-panel-v15 {
  min-height: 510px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(90deg, rgba(7,8,13,.92) 0%, rgba(7,8,13,.76) 48%, rgba(7,8,13,.50) 100%),
    var(--apx-nb-hero-clean) center center / cover no-repeat;
  box-shadow: 0 24px 80px rgba(0,0,0,.40);
}

html body .apx-nb-page .apx-nb-hero-content-v15 {
  width: min(760px, calc(100% - 40px));
  padding: clamp(28px,5vw,56px);
}

html body .apx-nb-page .apx-nb-hero-content-v15 .apx-nb-lead {
  max-width: 660px;
  font-size: clamp(18px,1.55vw,23px) !important;
  line-height: 1.48 !important;
  color: rgba(255,255,255,.82);
}

html body .apx-nb-page .apx-nb-hero-list-v15 {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

html body .apx-nb-page .apx-nb-hero-list-v15 li {
  position: relative;
  padding-left: 36px;
  color: rgba(255,255,255,.92);
  font-size: 17px;
  font-weight: 740;
}

html body .apx-nb-page .apx-nb-hero-list-v15 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -3px;
  color: #ff3343;
  font-size: 27px;
  font-weight: 900;
}

html body .apx-nb-page .apx-nb-hero-pills-v15 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0;
}

html body .apx-nb-page .apx-nb-hero-pills-v15 a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.073);
  border: 1px solid rgba(255,255,255,.13);
  font-size: 13.5px;
  font-weight: 740;
}

html body .apx-nb-page .apx-nb-hero-pills-v15 a:hover {
  color: #fff !important;
  background: rgba(220,24,36,.17);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-2px);
}

/* vypnout staré hero varianty */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel,
html body .apx-nb-page .apx-nb-quick,
html body .apx-nb-page .apx-nb-hero-card-v6,
html body .apx-nb-page .apx-nb-hero-media,
html body .apx-nb-page .apx-nb-hero-compact,
html body .apx-nb-page .apx-nb-hero-v9,
html body .apx-nb-page .apx-nb-hero-visual-v9,
html body .apx-nb-page .apx-nb-hero-home,
html body .apx-nb-page .apx-nb-hero-home-v12,
html body .apx-nb-page .apx-nb-hero-v13,
html body .apx-nb-page .apx-nb-hero-v14 {
  display: none !important;
}

/* Stejné boxy pro obě sekce */
html body .apx-nb-page .apx-nb-linked-grid,
html body .apx-nb-page .apx-nb-card-grid-v15 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-linked-grid article,
html body .apx-nb-page .apx-nb-service-grid {
  display: none !important;
}

html body .apx-nb-page .apx-nb-linked-grid a,
html body .apx-nb-page .apx-nb-card-grid-v15 a {
  display: grid !important;
  grid-template-rows: 58px minmax(88px, 1fr) 26px !important;
  min-height: 198px !important;
  height: 100% !important;
  padding: 20px !important;
  border-radius: 22px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.084), rgba(255,255,255,.040)) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,.27) !important;
}

html body .apx-nb-page .apx-nb-linked-grid a:hover,
html body .apx-nb-page .apx-nb-card-grid-v15 a:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255,255,255,.21) !important;
  background: radial-gradient(circle at 100% 0%, rgba(220,24,36,.13), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.046)) !important;
  box-shadow: 0 23px 68px rgba(0,0,0,.34), 0 0 28px rgba(220,24,36,.10) !important;
}

html body .apx-nb-page .apx-nb-linked-grid h3,
html body .apx-nb-page .apx-nb-card-grid-v15 h3 {
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  min-height: 54px !important;
  font-weight: 760 !important;
}

html body .apx-nb-page .apx-nb-linked-grid p,
html body .apx-nb-page .apx-nb-card-grid-v15 p {
  margin: 0 !important;
  color: var(--nb-muted) !important;
  font-size: 15.2px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-linked-grid span,
html body .apx-nb-page .apx-nb-card-grid-v15 span {
  align-self: end !important;
  color: #fff !important;
  font-weight: 740 !important;
  font-size: 14px !important;
}

/* Kontakt 1:1 z homepage – CSS jen pro tuto stránku */
html body .apx-nb-page .apx-contact {
  border-top: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(circle at 100% 0%, rgba(215,25,37,.10), transparent 34%), #0a0d12;
  padding: 70px 0;
}

html body .apx-nb-page .apx-contact-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: 16px;
  align-items: stretch;
}

html body .apx-nb-page .apx-contact-teaser-content,
html body .apx-nb-page .apx-contact-teaser-box,
html body .apx-nb-page .apx-contact-teaser-map {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: radial-gradient(circle at 0% 0%, rgba(215,25,37,.07), transparent 40%), linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.032));
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

html body .apx-nb-page .apx-contact-teaser-content {
  padding: 34px;
  grid-row: span 2;
}

html body .apx-nb-page .apx-contact-teaser-content h2 {
  margin: 0;
  color: #fff;
  max-width: 760px;
}

html body .apx-nb-page .apx-contact-teaser-content p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.66);
}

html body .apx-nb-page .apx-contact-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

html body .apx-nb-page .apx-contact-teaser-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 840;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.06);
}

html body .apx-nb-page .apx-contact-teaser-actions a:first-child {
  background: linear-gradient(180deg, #ff3445, #b90e18);
  border-color: rgba(255,255,255,.18);
}

html body .apx-nb-page .apx-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

html body .apx-nb-page .apx-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
  font-size: 13px;
  font-weight: 760;
}

html body .apx-nb-page .apx-social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

html body .apx-nb-page .apx-contact-teaser-box {
  display: grid;
  gap: 10px;
  padding: 16px;
}

html body .apx-nb-page .apx-contact-teaser-box-link {
  display: grid;
  gap: 4px;
  padding: 15px 16px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.050);
  border: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-page .apx-contact-teaser-box-link strong {
  color: #fff;
  font-size: 16px;
  font-weight: 820;
}

html body .apx-nb-page .apx-contact-teaser-box-link span {
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

html body .apx-nb-page .apx-contact-teaser-map {
  min-height: 260px;
  overflow: hidden;
}

html body .apx-nb-page .apx-contact-teaser-map iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  filter: grayscale(1) invert(.92) contrast(.92) brightness(.78);
}

/* Skutečná patička pod kontaktem */
html body .apx-nb-page .apx-nb-site-footer-v15 {
  padding: 0 0 48px;
  background: linear-gradient(180deg, #0a0d12, #05060a);
}

html body .apx-nb-page .apx-nb-site-footer-inner-v15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle at 12% 0%, rgba(220,24,36,.13), transparent 30%), rgba(255,255,255,.055);
}

html body .apx-nb-page .apx-nb-footer-brand-v15 {
  display: grid;
  gap: 4px;
}

html body .apx-nb-page .apx-nb-footer-brand-v15 strong {
  color: #fff;
  font-size: 18px;
  font-weight: 820;
}

html body .apx-nb-page .apx-nb-footer-brand-v15 span {
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

html body .apx-nb-page .apx-nb-site-footer-inner-v15 nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

html body .apx-nb-page .apx-nb-site-footer-inner-v15 nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 13px;
  font-weight: 720;
}

html body .apx-nb-page .apx-nb-site-footer-inner-v15 nav a:hover {
  color: #fff !important;
  background: rgba(220,24,36,.16);
}

/* vypnout staré kontakty/footery */
html body .apx-nb-page .apx-nb-contact-home,
html body .apx-nb-page .apx-nb-contact-home-v12,
html body .apx-nb-page .apx-nb-contact-home-v13,
html body .apx-nb-page .apx-nb-footer-cta,
html body .apx-nb-page .apx-nb-footer-graphic,
html body .apx-nb-page .apx-nb-footer-v9,
html body .apx-nb-page .apx-nb-footer-card-v6,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page .apx-nb-real-footer {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-contact-teaser-content {
    grid-row: auto;
  }
}

@media (max-width: 700px) {
  html body .apx-nb-page .apx-container,
  html body .apx-nb-page .apx-nb-container {
    width: min(100% - 24px, 1360px) !important;
  }

  html body .apx-nb-page .apx-nb-hero-panel-v15 {
    min-height: 460px;
    border-radius: 22px;
  }

  html body .apx-nb-page .apx-nb-hero-content-v15 {
    padding: 24px;
    width: 100%;
  }

  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid a,
  html body .apx-nb-page .apx-nb-card-grid-v15 a {
    min-height: 0 !important;
    grid-template-rows: auto auto auto !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid h3,
  html body .apx-nb-page .apx-nb-card-grid-v15 h3 {
    min-height: 0 !important;
  }

  html body .apx-nb-page .apx-contact {
    padding: 46px 0;
  }

  html body .apx-nb-page .apx-contact-teaser-content {
    padding: 24px;
  }

  html body .apx-nb-page .apx-contact-teaser-actions {
    display: grid;
  }

  html body .apx-nb-page .apx-nb-site-footer-inner-v15 {
    display: grid;
  }

  html body .apx-nb-page .apx-nb-site-footer-inner-v15 nav {
    justify-content: flex-start;
  }
}


/* V16 – oprava: reálná fotka z homepage, kontakt 1:1, patička z homepage, stejná šířka */

/* Šířka jako homepage pro tuto i další podstránky */
html body .apx-nb-page .apx-container,
html body .apx-nb-page .apx-nb-container {
  width: min(1360px, calc(100% - 32px)) !important;
  max-width: 1360px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* TOTO je fotka z homepage. Žádný screenshot, žádný generovaný obraz. */
html body .apx-nb-page {
  --apx-nb-homepage-hero-photo: url("/wp-content/uploads/aplus-servis/assets/hero-servis-notebooku.jpg");
}

html body .apx-nb-page h1 { font-size: clamp(40px, 4.2vw, 64px) !important; line-height: 1.04 !important; font-weight: 820 !important; letter-spacing: -.04em !important; }
html body .apx-nb-page h2 { font-size: clamp(30px, 2.75vw, 44px) !important; line-height: 1.08 !important; font-weight: 790 !important; letter-spacing: -.035em !important; }
html body .apx-nb-page h3 { font-size: clamp(20px, 1.32vw, 24px) !important; line-height: 1.15 !important; font-weight: 760 !important; letter-spacing: -.025em !important; }
html body .apx-nb-page p { font-size: 15.6px !important; line-height: 1.55 !important; }

html body .apx-nb-page .apx-nb-hero-v16 {
  padding: 28px 0 30px !important;
  background: radial-gradient(circle at 12% 0%, rgba(220,24,36,.18), transparent 28%), linear-gradient(180deg,#07080d 0%,#05060a 100%) !important;
}

html body .apx-nb-page .apx-nb-hero-v16::after { display: none !important; }

html body .apx-nb-page .apx-nb-hero-panel-v16 {
  min-height: 510px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(90deg, rgba(7,8,13,.92) 0%, rgba(7,8,13,.76) 48%, rgba(7,8,13,.50) 100%),
    var(--apx-nb-homepage-hero-photo) center right / cover no-repeat !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.40);
}

html body .apx-nb-page .apx-nb-hero-content-v16 {
  width: min(760px, calc(100% - 40px));
  padding: clamp(28px,5vw,56px);
}

html body .apx-nb-page .apx-nb-hero-content-v16 .apx-nb-lead {
  max-width: 660px;
  font-size: clamp(18px,1.55vw,23px) !important;
  line-height: 1.48 !important;
  color: rgba(255,255,255,.82);
}

html body .apx-nb-page .apx-nb-hero-list-v16 {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

html body .apx-nb-page .apx-nb-hero-list-v16 li {
  position: relative;
  padding-left: 36px;
  color: rgba(255,255,255,.92);
  font-size: 17px;
  font-weight: 740;
}

html body .apx-nb-page .apx-nb-hero-list-v16 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -3px;
  color: #ff3343;
  font-size: 27px;
  font-weight: 900;
}

html body .apx-nb-page .apx-nb-hero-pills-v16 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0;
}

html body .apx-nb-page .apx-nb-hero-pills-v16 a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.86) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.073);
  border: 1px solid rgba(255,255,255,.13);
  font-size: 13.5px;
  font-weight: 740;
}

html body .apx-nb-page .apx-nb-hero-pills-v16 a:hover {
  color: #fff !important;
  background: rgba(220,24,36,.17);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-2px);
}

/* vypnout staré hero varianty */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel,
html body .apx-nb-page .apx-nb-quick,
html body .apx-nb-page .apx-nb-hero-card-v6,
html body .apx-nb-page .apx-nb-hero-media,
html body .apx-nb-page .apx-nb-hero-compact,
html body .apx-nb-page .apx-nb-hero-v9,
html body .apx-nb-page .apx-nb-hero-visual-v9,
html body .apx-nb-page .apx-nb-hero-home,
html body .apx-nb-page .apx-nb-hero-home-v12,
html body .apx-nb-page .apx-nb-hero-v13,
html body .apx-nb-page .apx-nb-hero-v14,
html body .apx-nb-page .apx-nb-hero-v15 {
  display: none !important;
}

/* stejné boxy pro obě sekce */
html body .apx-nb-page .apx-nb-linked-grid,
html body .apx-nb-page .apx-nb-card-grid-v15 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-linked-grid article,
html body .apx-nb-page .apx-nb-service-grid {
  display: none !important;
}

html body .apx-nb-page .apx-nb-linked-grid a,
html body .apx-nb-page .apx-nb-card-grid-v15 a {
  display: grid !important;
  grid-template-rows: 58px minmax(88px, 1fr) 26px !important;
  min-height: 198px !important;
  height: 100% !important;
  padding: 20px !important;
  border-radius: 22px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.084), rgba(255,255,255,.040)) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,.27) !important;
}

html body .apx-nb-page .apx-nb-linked-grid a:hover,
html body .apx-nb-page .apx-nb-card-grid-v15 a:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255,255,255,.21) !important;
  background: radial-gradient(circle at 100% 0%, rgba(220,24,36,.13), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.046)) !important;
  box-shadow: 0 23px 68px rgba(0,0,0,.34), 0 0 28px rgba(220,24,36,.10) !important;
}

html body .apx-nb-page .apx-nb-linked-grid h3,
html body .apx-nb-page .apx-nb-card-grid-v15 h3 {
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  min-height: 54px !important;
  font-weight: 760 !important;
}

html body .apx-nb-page .apx-nb-linked-grid p,
html body .apx-nb-page .apx-nb-card-grid-v15 p {
  margin: 0 !important;
  color: var(--nb-muted) !important;
  font-size: 15.2px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-linked-grid span,
html body .apx-nb-page .apx-nb-card-grid-v15 span {
  align-self: end !important;
  color: #fff !important;
  font-weight: 740 !important;
  font-size: 14px !important;
}

/* Kontakt 1:1 z homepage – doplněný izolovaný CSS */
html body .apx-nb-page .apx-contact {
  border-top: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(circle at 100% 0%, rgba(215,25,37,.10), transparent 34%), #0a0d12;
  padding: 70px 0;
}

html body .apx-nb-page .apx-contact-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: 16px;
  align-items: stretch;
}

html body .apx-nb-page .apx-contact-teaser-content,
html body .apx-nb-page .apx-contact-teaser-box,
html body .apx-nb-page .apx-contact-teaser-map {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: radial-gradient(circle at 0% 0%, rgba(215,25,37,.07), transparent 40%), linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.032));
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

html body .apx-nb-page .apx-contact-teaser-content {
  padding: 34px;
  grid-row: span 2;
}

html body .apx-nb-page .apx-contact-teaser-content h2 {
  margin: 0;
  color: #fff;
  max-width: 760px;
}

html body .apx-nb-page .apx-contact-teaser-content p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.66);
}

html body .apx-nb-page .apx-contact-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

html body .apx-nb-page .apx-contact-teaser-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 840;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.06);
}

html body .apx-nb-page .apx-contact-teaser-actions a:first-child {
  background: linear-gradient(180deg, #ff3445, #b90e18);
  border-color: rgba(255,255,255,.18);
}

html body .apx-nb-page .apx-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

html body .apx-nb-page .apx-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.11);
  font-size: 13px;
  font-weight: 760;
}

html body .apx-nb-page .apx-social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

html body .apx-nb-page .apx-contact-teaser-box {
  display: grid;
  gap: 10px;
  padding: 16px;
}

html body .apx-nb-page .apx-contact-teaser-box-link {
  display: grid;
  gap: 4px;
  padding: 15px 16px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.050);
  border: 1px solid rgba(255,255,255,.10);
}

html body .apx-nb-page .apx-contact-teaser-box-link strong {
  color: #fff;
  font-size: 16px;
  font-weight: 820;
}

html body .apx-nb-page .apx-contact-teaser-box-link span {
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

html body .apx-nb-page .apx-contact-teaser-map {
  min-height: 260px;
  overflow: hidden;
}

html body .apx-nb-page .apx-contact-teaser-map iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  filter: grayscale(1) invert(.92) contrast(.92) brightness(.78);
}

/* Patička převzatá z mini footeru homepage */
html body .apx-nb-page .apx-footer-v16 {
  padding: 0 0 48px;
  background: linear-gradient(180deg, #0a0d12, #05060a);
}

html body .apx-nb-page .apx-footer-mini-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(circle at 12% 0%, rgba(220,24,36,.13), transparent 30%), rgba(255,255,255,.055);
}

html body .apx-nb-page .apx-footer-mini-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 13px;
  font-weight: 720;
}

html body .apx-nb-page .apx-footer-mini-links a:hover {
  color: #fff !important;
  background: rgba(220,24,36,.16);
}

/* vypnout staré custom kontakty/patičky */
html body .apx-nb-page .apx-nb-contact-home,
html body .apx-nb-page .apx-nb-contact-home-v12,
html body .apx-nb-page .apx-nb-contact-home-v13,
html body .apx-nb-page .apx-nb-footer-cta,
html body .apx-nb-page .apx-nb-footer-graphic,
html body .apx-nb-page .apx-nb-footer-v9,
html body .apx-nb-page .apx-nb-footer-card-v6,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-site-footer-v15 {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: 1fr;
  }

  html body .apx-nb-page .apx-contact-teaser-content {
    grid-row: auto;
  }
}

@media (max-width: 700px) {
  html body .apx-nb-page .apx-container,
  html body .apx-nb-page .apx-nb-container {
    width: min(100% - 24px, 1360px) !important;
  }

  html body .apx-nb-page .apx-nb-hero-panel-v16 {
    min-height: 440px;
    border-radius: 22px;
  }

  html body .apx-nb-page .apx-nb-hero-content-v16 {
    padding: 24px;
    width: 100%;
  }

  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid a,
  html body .apx-nb-page .apx-nb-card-grid-v15 a {
    min-height: 0 !important;
    grid-template-rows: auto auto auto !important;
  }

  html body .apx-nb-page .apx-contact {
    padding: 46px 0;
  }

  html body .apx-nb-page .apx-contact-teaser-content {
    padding: 24px;
  }

  html body .apx-nb-page .apx-contact-teaser-actions {
    display: grid;
  }
}


/* V17 – postaveno podle aktuálně nahrané homepage HTML/CSS */

/* Stejná šířka jako aktuální homepage */
html body .apx-nb-page .apx-container,
html body .apx-nb-page .apx-nb-container {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-container,
  html body .apx-nb-page .apx-nb-container {
    width: min(100% - 24px, 1440px) !important;
  }
}

/* Úvodní fotka přímo z hlavní strany: apx-hero-notebook::before používá hero-servis-notebooku.jpg z homepage CSS */
html body .apx-nb-page .apx-nb-hero-v17 {
  padding: 16px 16px 0 !important;
  background: #050608 !important;
}

html body .apx-nb-page .apx-nb-hero-v17::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-hero-single-v17 {
  width: min(1660px, 100%);
  margin: 0 auto;
  padding: 18px;
  border-radius: 14px 14px 0 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 35%),
    #050608;
  border-bottom: 1px solid rgba(255,255,255,.105);
}

html body .apx-nb-page .apx-nb-hero-photo-panel-v17 {
  min-height: 510px !important;
  width: 100% !important;
  cursor: default !important;
}

html body .apx-nb-page .apx-nb-hero-photo-panel-v17:hover {
  transform: none !important;
  filter: none !important;
}

html body .apx-nb-page .apx-nb-hero-photo-panel-v17 .apx-btn {
  pointer-events: auto !important;
}

html body .apx-nb-page .apx-nb-hero-photo-panel-v17 .apx-hero-more {
  pointer-events: auto !important;
}

html body .apx-nb-page .apx-nb-hero-content-v17 {
  max-width: 540px !important;
}

html body .apx-nb-page .apx-nb-hero-content-v17 h1 {
  font-size: clamp(42px, 4.5vw, 68px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.055em !important;
  text-align: left !important;
  white-space: normal !important;
}

html body .apx-nb-page .apx-nb-hero-content-v17 p {
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.45 !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v17 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(1660px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 18px;
  background: #090c11;
  border-bottom: 1px solid rgba(255,255,255,.085);
}

html body .apx-nb-page .apx-nb-hero-pills-v17 a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  color: #dfe5ee !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v17 a:hover {
  color: #fff !important;
  border-color: rgba(215,25,37,.35);
  background: linear-gradient(180deg, rgba(215,25,37,.20), rgba(215,25,37,.075));
}

/* vypnout staré hero varianty */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel:not(.apx-nb-hero-photo-panel-v17),
html body .apx-nb-page .apx-nb-quick,
html body .apx-nb-page .apx-nb-hero-card-v6,
html body .apx-nb-page .apx-nb-hero-media,
html body .apx-nb-page .apx-nb-hero-compact,
html body .apx-nb-page .apx-nb-hero-v9,
html body .apx-nb-page .apx-nb-hero-visual-v9,
html body .apx-nb-page .apx-nb-hero-home,
html body .apx-nb-page .apx-nb-hero-home-v12,
html body .apx-nb-page .apx-nb-hero-v13,
html body .apx-nb-page .apx-nb-hero-v14,
html body .apx-nb-page .apx-nb-hero-v15,
html body .apx-nb-page .apx-nb-hero-v16 {
  display: none !important;
}

/* Boxy obou sekcí sjednocené */
html body .apx-nb-page .apx-nb-linked-grid,
html body .apx-nb-page .apx-nb-card-grid-v17,
html body .apx-nb-page .apx-nb-card-grid-v15 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-linked-grid article,
html body .apx-nb-page .apx-nb-service-grid {
  display: none !important;
}

html body .apx-nb-page .apx-nb-linked-grid a,
html body .apx-nb-page .apx-nb-card-grid-v17 a,
html body .apx-nb-page .apx-nb-card-grid-v15 a {
  display: grid !important;
  grid-template-rows: 58px minmax(88px, 1fr) 26px !important;
  min-height: 198px !important;
  height: 100% !important;
  padding: 20px !important;
  border-radius: 10px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.07), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.032)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-nb-linked-grid a:hover,
html body .apx-nb-page .apx-nb-card-grid-v17 a:hover,
html body .apx-nb-page .apx-nb-card-grid-v15 a:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(215,25,37,.46) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.13), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
}

html body .apx-nb-page .apx-nb-linked-grid h3,
html body .apx-nb-page .apx-nb-card-grid-v17 h3,
html body .apx-nb-page .apx-nb-card-grid-v15 h3 {
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  min-height: 54px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 760 !important;
}

html body .apx-nb-page .apx-nb-linked-grid p,
html body .apx-nb-page .apx-nb-card-grid-v17 p,
html body .apx-nb-page .apx-nb-card-grid-v15 p {
  margin: 0 !important;
  color: #aeb6c4 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-linked-grid span,
html body .apx-nb-page .apx-nb-card-grid-v17 span,
html body .apx-nb-page .apx-nb-card-grid-v15 span {
  align-self: end !important;
  color: #ffb9bd !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

/* Kontakt z nahrané homepage – 1:1 styly podle aplus-servis-home.css */
html body .apx-nb-page .apx-contact {
  padding: 58px 0 !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.12), transparent 30%),
    linear-gradient(180deg, #080b10, #050608) !important;
}

html body .apx-nb-page .apx-contact-teaser {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
}

html body .apx-nb-page .apx-contact-teaser-content,
html body .apx-nb-page .apx-contact-teaser-box,
html body .apx-nb-page .apx-contact-teaser-map {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-contact-teaser-content {
  padding: 30px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, #d71925, #9f1018) !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-content h2 {
  margin: 0 !important;
  max-width: 780px !important;
  color: #fff !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

html body .apx-nb-page .apx-contact-teaser-content p {
  max-width: 780px !important;
  margin: 16px 0 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a,
html body .apx-nb-page .apx-social-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 12px 17px !important;
  border-radius: 9px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:first-child {
  background: #07090d !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:last-child {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  background: rgba(255,255,255,.06) !important;
}

html body .apx-nb-page .apx-social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

html body .apx-nb-page .apx-social-links a {
  gap: 9px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.08) !important;
}

html body .apx-nb-page .apx-social-links svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  flex: 0 0 auto !important;
  fill: currentColor !important;
}

html body .apx-nb-page .apx-contact-teaser-box {
  padding: 22px !important;
  display: grid !important;
  gap: 12px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.03)) !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link {
  display: block !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.16) !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #fff !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link span {
  color: #aeb6c4 !important;
  font-size: 14px !important;
}

html body .apx-nb-page .apx-contact-teaser-map {
  grid-column: 1 / -1 !important;
  display: block !important;
  width: 100% !important;
  min-height: 315px !important;
  background: #e8e8e8 !important;
}

html body .apx-nb-page .apx-contact-teaser-map iframe {
  display: block !important;
  width: 100% !important;
  height: 315px !important;
  min-height: 315px !important;
  border: 0 !important;
  filter: none !important;
}

/* Patička přesně jako mini odkazy z homepage */
html body .apx-nb-page .apx-nb-footer-homepage-exact {
  padding: 18px 0 34px !important;
  background: #050608 !important;
}

html body .apx-nb-page .apx-footer-mini-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 12px !important;
  padding: 12px 0 !important;
  background: transparent !important;
}

html body .apx-nb-page .apx-footer-mini-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.035) !important;
  color: #dfe5ee !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-footer-mini-links a:hover {
  transform: translateY(-1px) !important;
  color: #fff !important;
  border-color: rgba(215,25,37,.35) !important;
  background: linear-gradient(180deg, rgba(215,25,37,.20), rgba(215,25,37,.075)) !important;
}

/* vypnout staré vlastní patičky/kontakty */
html body .apx-nb-page .apx-nb-contact-home,
html body .apx-nb-page .apx-nb-contact-home-v12,
html body .apx-nb-page .apx-nb-contact-home-v13,
html body .apx-nb-page .apx-nb-footer-cta,
html body .apx-nb-page .apx-nb-footer-graphic,
html body .apx-nb-page .apx-nb-footer-v9,
html body .apx-nb-page .apx-nb-footer-card-v6,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-footer-v16 {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v17,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-hero-single-v17 {
    padding: 12px !important;
  }

  html body .apx-nb-page .apx-nb-hero-photo-panel-v17 {
    min-height: 430px !important;
    padding: 42px 24px !important;
  }

  html body .apx-nb-page .apx-nb-hero-content-v17 h1 {
    font-size: 42px !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v17,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid a,
  html body .apx-nb-page .apx-nb-card-grid-v17 a,
  html body .apx-nb-page .apx-nb-card-grid-v15 a {
    min-height: 0 !important;
    grid-template-rows: auto auto auto !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-actions,
  html body .apx-nb-page .apx-social-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: auto !important;
    min-height: 280px !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map iframe {
    min-height: 280px !important;
    height: 280px !important;
  }

  html body .apx-nb-page .apx-footer-mini-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  html body .apx-nb-page .apx-footer-mini-links a {
    justify-content: center !important;
  }
}


/* V18 – oprava šířky, hero boxu a skutečné patičky */

/* STRÁNKA NESMÍ BÝT ÚZKÁ – stejné chování jako homepage přes celou šířku WP */
html body .entry-content > .apx-nb-page,
html body .wp-block-post-content > .apx-nb-page,
html body .apx-nb-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

html body .apx-nb-page .apx-container,
html body .apx-nb-page .apx-nb-container,
html body .apx-nb-page .apx-nb-wide {
  width: min(1660px, calc(100% - 32px)) !important;
  max-width: 1660px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Uvnitř běžných textových sekcí držíme čitelnou šířku jako homepage, hero a patička jsou širší */
html body .apx-nb-page .apx-nb-section > .apx-nb-container,
html body .apx-nb-page .apx-nb-section > .apx-container {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
}

/* HERO – původní kompaktní pole, ale s pozadím z homepage */
html body .apx-nb-page .apx-nb-hero-v18 {
  padding: 16px 0 0 !important;
  background: #050608 !important;
}

html body .apx-nb-page .apx-nb-hero-v18::after {
  display: none !important;
}

html body .apx-nb-page .apx-nb-hero-box-v18 {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  padding: clamp(42px, 5vw, 72px) clamp(28px, 7vw, 120px);
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.105);
  background:
    linear-gradient(90deg, rgba(5,6,8,.96) 0%, rgba(5,6,8,.82) 42%, rgba(5,6,8,.35) 100%),
    radial-gradient(circle at 72% 32%, rgba(215,25,37,.18), transparent 34%),
    url("/wp-content/uploads/aplus-servis/assets/hero-servis-notebooku.jpg") 93% center / cover no-repeat,
    linear-gradient(135deg, #141820, #050608) !important;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 h1 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(42px, 4.5vw, 68px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.055em !important;
  font-weight: 820 !important;
  text-align: left !important;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 .apx-nb-lead {
  margin: 22px 0 0 !important;
  color: #dce1eb !important;
  font-size: clamp(18px, 1.35vw, 23px) !important;
  line-height: 1.45 !important;
}

html body .apx-nb-page .apx-nb-hero-checks-v18 {
  margin: 30px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: grid !important;
  gap: 14px !important;
}

html body .apx-nb-page .apx-nb-hero-checks-v18 li {
  position: relative !important;
  padding-left: 32px !important;
  color: #dce2eb !important;
  font-size: 17px !important;
  font-weight: 760 !important;
  line-height: 1.42 !important;
}

html body .apx-nb-page .apx-nb-hero-checks-v18 li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: -2px !important;
  color: #f03540 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 950 !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 72px !important;
  padding: 17px 16px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)),
    #090c11 !important;
  border-bottom: 1px solid rgba(255,255,255,.085) !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 8px 13px !important;
  border-radius: 9px !important;
  color: #dfe5ee !important;
  text-decoration: none !important;
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a:hover {
  color: #fff !important;
  border-color: rgba(215,25,37,.35) !important;
  background: linear-gradient(180deg, rgba(215,25,37,.20), rgba(215,25,37,.075)) !important;
}

/* vypnout všechny staré hero varianty */
html body .apx-nb-page .apx-nb-hero-grid,
html body .apx-nb-page .apx-nb-hero-panel,
html body .apx-nb-page .apx-nb-quick,
html body .apx-nb-page .apx-nb-hero-card-v6,
html body .apx-nb-page .apx-nb-hero-media,
html body .apx-nb-page .apx-nb-hero-compact,
html body .apx-nb-page .apx-nb-hero-v9,
html body .apx-nb-page .apx-nb-hero-visual-v9,
html body .apx-nb-page .apx-nb-hero-home,
html body .apx-nb-page .apx-nb-hero-home-v12,
html body .apx-nb-page .apx-nb-hero-v13,
html body .apx-nb-page .apx-nb-hero-v14,
html body .apx-nb-page .apx-nb-hero-v15,
html body .apx-nb-page .apx-nb-hero-v16,
html body .apx-nb-page .apx-nb-hero-v17 {
  display: none !important;
}

/* Boxy „Co u notebooků opravujeme“ stejné jako „Notebook opravujeme podle skutečné příčiny závady“ */
html body .apx-nb-page .apx-nb-linked-grid,
html body .apx-nb-page .apx-nb-card-grid-v17,
html body .apx-nb-page .apx-nb-card-grid-v15 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-linked-grid article,
html body .apx-nb-page .apx-nb-service-grid {
  display: none !important;
}

html body .apx-nb-page .apx-nb-linked-grid a,
html body .apx-nb-page .apx-nb-card-grid-v17 a,
html body .apx-nb-page .apx-nb-card-grid-v15 a {
  display: grid !important;
  grid-template-rows: 58px minmax(88px, 1fr) 26px !important;
  min-height: 198px !important;
  height: 100% !important;
  padding: 20px !important;
  border-radius: 10px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.07), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.032)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-nb-linked-grid h3,
html body .apx-nb-page .apx-nb-card-grid-v17 h3,
html body .apx-nb-page .apx-nb-card-grid-v15 h3 {
  margin: 0 !important;
  min-height: 54px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 760 !important;
}

html body .apx-nb-page .apx-nb-linked-grid p,
html body .apx-nb-page .apx-nb-card-grid-v17 p,
html body .apx-nb-page .apx-nb-card-grid-v15 p {
  margin: 0 !important;
  color: #aeb6c4 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-linked-grid span,
html body .apx-nb-page .apx-nb-card-grid-v17 span,
html body .apx-nb-page .apx-nb-card-grid-v15 span {
  align-self: end !important;
  color: #ffb9bd !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

/* KONTAKT – 1:1 styl podle homepage */
html body .apx-nb-page .apx-contact {
  padding: 58px 0 !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.12), transparent 30%),
    linear-gradient(180deg, #080b10, #050608) !important;
}

html body .apx-nb-page .apx-contact-teaser {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
}

html body .apx-nb-page .apx-contact-teaser-content,
html body .apx-nb-page .apx-contact-teaser-box,
html body .apx-nb-page .apx-contact-teaser-map {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-contact-teaser-content {
  padding: 30px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, #d71925, #9f1018) !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-content h2 {
  margin: 0 !important;
  max-width: 780px !important;
  color: #fff !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

html body .apx-nb-page .apx-contact-teaser-content p {
  max-width: 780px !important;
  margin: 16px 0 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a,
html body .apx-nb-page .apx-social-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 12px 17px !important;
  border-radius: 9px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:first-child {
  background: #07090d !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:last-child {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  background: rgba(255,255,255,.06) !important;
}

html body .apx-nb-page .apx-social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

html body .apx-nb-page .apx-social-links a {
  gap: 9px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.08) !important;
}

html body .apx-nb-page .apx-social-links svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  flex: 0 0 auto !important;
  fill: currentColor !important;
}

html body .apx-nb-page .apx-contact-teaser-box {
  padding: 22px !important;
  display: grid !important;
  gap: 12px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.03)) !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link {
  display: block !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.16) !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #fff !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link span {
  color: #aeb6c4 !important;
  font-size: 14px !important;
}

html body .apx-nb-page .apx-contact-teaser-map {
  grid-column: 1 / -1 !important;
  display: block !important;
  width: 100% !important;
  min-height: 315px !important;
  background: #e8e8e8 !important;
}

html body .apx-nb-page .apx-contact-teaser-map iframe {
  display: block !important;
  width: 100% !important;
  height: 315px !important;
  min-height: 315px !important;
  border: 0 !important;
  filter: none !important;
}

/* PATIČKA – skutečný blok přímo pod kontaktem */
html body .apx-nb-page .apx-nb-footer-v18 {
  display: block !important;
  padding: 18px 0 34px !important;
  background: #050608 !important;
}

html body .apx-nb-page .apx-footer-mini-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 12px !important;
  padding: 12px 0 !important;
  background: transparent !important;
}

html body .apx-nb-page .apx-footer-mini-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.035) !important;
  color: #dfe5ee !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-footer-mini-links a:hover {
  transform: translateY(-1px) !important;
  color: #fff !important;
  border-color: rgba(215,25,37,.35) !important;
  background: linear-gradient(180deg, rgba(215,25,37,.20), rgba(215,25,37,.075)) !important;
}

/* vypnout staré patičky/kontakty */
html body .apx-nb-page .apx-nb-contact-home,
html body .apx-nb-page .apx-nb-contact-home-v12,
html body .apx-nb-page .apx-nb-contact-home-v13,
html body .apx-nb-page .apx-nb-footer-cta,
html body .apx-nb-page .apx-nb-footer-graphic,
html body .apx-nb-page .apx-nb-footer-v9,
html body .apx-nb-page .apx-nb-footer-card-v6,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-footer-homepage-exact {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v17,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-container,
  html body .apx-nb-page .apx-nb-container,
  html body .apx-nb-page .apx-nb-wide,
  html body .apx-nb-page .apx-nb-section > .apx-nb-container,
  html body .apx-nb-page .apx-nb-section > .apx-container {
    width: min(100% - 24px, 1440px) !important;
  }

  html body .apx-nb-page .apx-nb-hero-v18 {
    padding: 8px 0 0 !important;
  }

  html body .apx-nb-page .apx-nb-hero-box-v18 {
    min-height: 430px !important;
    padding: 42px 24px !important;
    border-radius: 10px 10px 0 0 !important;
    background-position: 78% center !important;
  }

  html body .apx-nb-page .apx-nb-hero-copy-v18 h1 {
    font-size: 42px !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid,
  html body .apx-nb-page .apx-nb-card-grid-v17,
  html body .apx-nb-page .apx-nb-card-grid-v15 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-linked-grid a,
  html body .apx-nb-page .apx-nb-card-grid-v17 a,
  html body .apx-nb-page .apx-nb-card-grid-v15 a {
    min-height: 0 !important;
    grid-template-rows: auto auto auto !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-actions,
  html body .apx-nb-page .apx-social-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: auto !important;
    min-height: 280px !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map iframe {
    min-height: 280px !important;
    height: 280px !important;
  }

  html body .apx-nb-page .apx-footer-mini-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  html body .apx-nb-page .apx-footer-mini-links a {
    justify-content: center !important;
  }
}


/* V19 – šířka jako homepage a bez duplicitní patičky v obsahu stránky */

/* Oprava po V18: stránku už neroztahuji na 100vw a hero/kontakt už nepoužívá 1660px.
   Všechny další podstránky mají používat tento základ: 1440px / calc(100% - 64px). */
html body .entry-content > .apx-nb-page,
html body .wp-block-post-content > .apx-nb-page,
html body .apx-nb-page {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
}

html body .apx-nb-page .apx-container,
html body .apx-nb-page .apx-nb-container,
html body .apx-nb-page .apx-nb-wide,
html body .apx-nb-page .apx-nb-section > .apx-nb-container,
html body .apx-nb-page .apx-nb-section > .apx-container {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hero má stejné okraje jako homepage sekce, ne 1660px přes skoro celou obrazovku */
html body .apx-nb-page .apx-nb-hero-v18 {
  padding: 16px 0 0 !important;
  background: #050608 !important;
}

html body .apx-nb-page .apx-nb-hero-v18 .apx-nb-wide {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
}

html body .apx-nb-page .apx-nb-hero-box-v18 {
  border-radius: 14px !important;
}

/* Bubliny pod hero bez přehnané šířky */
html body .apx-nb-page .apx-nb-hero-pills-v18 {
  border-radius: 0 0 14px 14px !important;
}

/* Kontakt zůstává v šířce homepage */
html body .apx-nb-page .apx-contact .apx-container {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
}

/* Odstranění duplicitní mini patičky vložené do obsahu.
   Skutečná patička webu zůstane dole z Astry/šablony stejně jako na hlavní straně. */
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page > footer,
html body .apx-nb-page main > footer {
  display: none !important;
}

/* Mini odkazy patří do skutečné patičky webu, ne do obsahu stránky.
   Proto je uvnitř notebookové stránky skryjeme, ale nezasahujeme do .site-footer. */
html body .apx-nb-page main .apx-footer-mini-links {
  display: none !important;
}

/* Astra patičku naopak necháváme viditelnou a zarovnanou stejně jako homepage */
html body .site-footer .apx-footer-mini-links,
html body footer.site-footer .apx-footer-mini-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 12px !important;
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-container,
  html body .apx-nb-page .apx-nb-container,
  html body .apx-nb-page .apx-nb-wide,
  html body .apx-nb-page .apx-nb-section > .apx-nb-container,
  html body .apx-nb-page .apx-nb-section > .apx-container,
  html body .apx-nb-page .apx-nb-hero-v18 .apx-nb-wide,
  html body .apx-nb-page .apx-contact .apx-container {
    width: min(100% - 24px, 1440px) !important;
  }
}


/* V21 – jemná oprava hero po v20
   Vychází zpět z v19. Nerovnám hero násilně na fixní 492px.
   Jen ho zmenšuji decentně a zesiluji překryv kvůli čitelnosti textu.
*/

html body .apx-nb-page .apx-nb-hero-box-v18 {
  min-height: 470px !important;
  height: auto !important;
  padding-top: 54px !important;
  padding-bottom: 54px !important;
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(5,6,8,.98) 0%, rgba(5,6,8,.88) 48%, rgba(5,6,8,.48) 100%),
    radial-gradient(circle at 72% 32%, rgba(215,25,37,.18), transparent 34%),
    url("/wp-content/uploads/aplus-servis/assets/hero-servis-notebooku.jpg") 93% center / cover no-repeat,
    linear-gradient(135deg, #141820, #050608) !important;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 {
  max-width: 590px !important;
  padding: 0 !important;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 h1 {
  text-shadow: 0 3px 24px rgba(0,0,0,.55) !important;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 .apx-nb-lead,
html body .apx-nb-page .apx-nb-hero-checks-v18 li {
  text-shadow: 0 2px 16px rgba(0,0,0,.65) !important;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 .apx-nb-lead {
  margin-top: 20px !important;
}

html body .apx-nb-page .apx-nb-hero-checks-v18 {
  margin-top: 26px !important;
  gap: 12px !important;
}

html body .apx-nb-page .apx-nb-hero-copy-v18 .apx-nb-actions {
  margin-top: 28px !important;
}

/* Tablet bez pevné výšky – jen trochu vyšší prostor */
@media (min-width: 768px) and (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-hero-box-v18 {
    min-height: 500px !important;
    height: auto !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-position: 82% center !important;
  }
}

/* Mobil nechávám podobně jako homepage, bez násilného ořezu textu */
@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-hero-box-v18 {
    min-height: 420px !important;
    height: auto !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
    background:
      linear-gradient(90deg, rgba(5,6,8,.98) 0%, rgba(5,6,8,.90) 58%, rgba(5,6,8,.58) 100%),
      radial-gradient(circle at 72% 32%, rgba(215,25,37,.18), transparent 34%),
      url("/wp-content/uploads/aplus-servis/assets/hero-servis-notebooku.jpg") 78% center / cover no-repeat,
      linear-gradient(135deg, #141820, #050608) !important;
  }
}


/* V25 – sjednocení obsahu: jedna servisní sekce, lepší ikony, značky jako minimal SEO dole, bez duplicitního footeru */

/* Bubliny pod úvodní fotkou – bez ikon a nižší pruh */
html body .apx-nb-page .apx-nb-hero-pills-v18,
html body .apx-nb-page .apx-nb-hero-pills-v17,
html body .apx-nb-page .apx-nb-hero-pills-v16 {
  min-height: 52px !important;
  padding: 9px 12px !important;
  gap: 8px !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a,
html body .apx-nb-page .apx-nb-hero-pills-v17 a,
html body .apx-nb-page .apx-nb-hero-pills-v16 a {
  min-height: 31px !important;
  padding: 6px 11px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a::before,
html body .apx-nb-page .apx-nb-hero-pills-v18 a::after,
html body .apx-nb-page .apx-nb-hero-pills-v17 a::before,
html body .apx-nb-page .apx-nb-hero-pills-v17 a::after,
html body .apx-nb-page .apx-nb-hero-pills-v16 a::before,
html body .apx-nb-page .apx-nb-hero-pills-v16 a::after {
  display: none !important;
  content: none !important;
}

/* Schovat starou duplicitní sekci, kdyby zůstala v cache */
html body .apx-nb-page .apx-nb-services-v15,
html body .apx-nb-page .apx-nb-services-v17,
html body .apx-nb-page .apx-nb-services-v22,
html body .apx-nb-page .apx-nb-services-v24,
html body .apx-nb-page .apx-nb-service-grid {
  display: none !important;
}

/* Nová jediná skupina karet 3×3 */
html body .apx-nb-page .apx-nb-card-grid-v25 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-card-grid-v25 a {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto minmax(76px, 1fr) 24px !important;
  min-height: 206px !important;
  height: 100% !important;
  padding: 22px 20px 20px 82px !important;
  border-radius: 14px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.10), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.064), rgba(255,255,255,.030)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease !important;
}

html body .apx-nb-page .apx-nb-card-grid-v25 a:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(215,25,37,.46) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.16), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.080), rgba(255,255,255,.036)) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.03) !important;
}

html body .apx-nb-page .apx-nb-card-grid-v25 a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(145deg, rgba(215,25,37,.30), rgba(215,25,37,.08));
  border: 1px solid rgba(215,25,37,.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 8px 22px rgba(0,0,0,.22);
}

html body .apx-nb-page .apx-nb-card-grid-v25 a::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 32px;
  width: 24px;
  height: 24px;
  background: #fff;
  opacity: .96;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* Přesnější ikony podle tématu – jednoduché lineární SVG masky */
html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="board"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3h8v3h3v12h-3v3H8v-3H5V6h3V3Zm2 5v8h4V8h-4Zm-7 1h2v2H3V9Zm0 4h2v2H3v-2Zm16-4h2v2h-2V9Zm0 4h2v2h-2v-2ZM9 1h2v2H9V1Zm4 0h2v2h-2V1Zm-4 20h2v2H9v-2Zm4 0h2v2h-2v-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3h8v3h3v12h-3v3H8v-3H5V6h3V3Zm2 5v8h4V8h-4Zm-7 1h2v2H3V9Zm0 4h2v2H3v-2Zm16-4h2v2h-2V9Zm0 4h2v2h-2v-2ZM9 1h2v2H9V1Zm4 0h2v2h-2V1Zm-4 20h2v2H9v-2Zm4 0h2v2h-2v-2Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="display"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4h18v13H3V4Zm2 2v9h14V6H5Zm5 13h4v2h4v2H6v-2h4v-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4h18v13H3V4Zm2 2v9h14V6H5Zm5 13h4v2h4v2H6v-2h4v-2Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="keyboard"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6h20v12H2V6Zm2 2v8h16V8H4Zm2 2h2v2H6v-2Zm4 0h2v2h-2v-2Zm4 0h2v2h-2v-2Zm4 0h1v2h-1v-2ZM6 14h12v1H6v-1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6h20v12H2V6Zm2 2v8h16V8H4Zm2 2h2v2H6v-2Zm4 0h2v2h-2v-2Zm4 0h2v2h-2v-2Zm4 0h1v2h-1v-2ZM6 14h12v1H6v-1Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="hinge"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v10H4V4Zm2 2v6h12V6H6Zm1 11h10l3 3H4l3-3Zm3-2h4v2h-4v-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v10H4V4Zm2 2v6h12V6H6Zm1 11h10l3 3H4l3-3Zm3-2h4v2h-4v-2Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="power"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v6h2V2h2v6h1a4 4 0 0 1 4 4v2h3v2h-3v3h-2v-3H8v3H6v-3H3v-2h3v-2a4 4 0 0 1 4-4h1V2h2v6h-2V2H9v6H7V2Zm1 10v2h8v-2a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v6h2V2h2v6h1a4 4 0 0 1 4 4v2h3v2h-3v3h-2v-3H8v3H6v-3H3v-2h3v-2a4 4 0 0 1 4-4h1V2h2v6h-2V2H9v6H7V2Zm1 10v2h8v-2a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="fan"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0-8c3 0 4 3 2 6l-1 2-2-1C8 7 9 2 12 2Zm8 10c0 3-3 4-6 2l-2-1 1-2c2-3 7-2 7 1ZM4 12c0-3 3-4 6-2l2 1-1 2c-2 3-7 2-7-1Zm8 10c-3 0-4-3-2-6l1-2 2 1c3 2 2 7-1 7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0-8c3 0 4 3 2 6l-1 2-2-1C8 7 9 2 12 2Zm8 10c0 3-3 4-6 2l-2-1 1-2c2-3 7-2 7 1ZM4 12c0-3 3-4 6-2l2 1-1 2c-2 3-7 2-7-1Zm8 10c-3 0-4-3-2-6l1-2 2 1c3 2 2 7-1 7Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="ssd"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h14v18H5V3Zm2 2v14h10V5H7Zm2 2h6v3H9V7Zm0 6h2v2H9v-2Zm4 0h2v2h-2v-2Zm-4 4h6v1H9v-1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h14v18H5V3Zm2 2v14h10V5H7Zm2 2h6v3H9V7Zm0 6h2v2H9v-2Zm4 0h2v2h-2v-2Zm-4 4h6v1H9v-1Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="data"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3c5 0 8 1.6 8 4v10c0 2.4-3 4-8 4s-8-1.6-8-4V7c0-2.4 3-4 8-4Zm0 2C8 5 6 6 6 7s2 2 6 2 6-1 6-2-2-2-6-2Zm6 5c-1.4.8-3.5 1-6 1s-4.6-.2-6-1v3c0 1 2 2 6 2s6-1 6-2v-3Zm0 6c-1.4.8-3.5 1-6 1s-4.6-.2-6-1v1c0 1 2 2 6 2s6-1 6-2v-1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3c5 0 8 1.6 8 4v10c0 2.4-3 4-8 4s-8-1.6-8-4V7c0-2.4 3-4 8-4Zm0 2C8 5 6 6 6 7s2 2 6 2 6-1 6-2-2-2-6-2Zm6 5c-1.4.8-3.5 1-6 1s-4.6-.2-6-1v3c0 1 2 2 6 2s6-1 6-2v-3Zm0 6c-1.4.8-3.5 1-6 1s-4.6-.2-6-1v1c0 1 2 2 6 2s6-1 6-2v-1Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 a[data-icon="water"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2s7 7 7 13a7 7 0 0 1-14 0c0-6 7-13 7-13Zm0 5c-2 2.5-5 6-5 8a5 5 0 0 0 10 0c0-2-3-5.5-5-8Zm-3 8h2a2 2 0 0 0 2 2v2a4 4 0 0 1-4-4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2s7 7 7 13a7 7 0 0 1-14 0c0-6 7-13 7-13Zm0 5c-2 2.5-5 6-5 8a5 5 0 0 0 10 0c0-2-3-5.5-5-8Zm-3 8h2a2 2 0 0 0 2 2v2a4 4 0 0 1-4-4Z'/%3E%3C/svg%3E");
}

html body .apx-nb-page .apx-nb-card-grid-v25 h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
  font-weight: 760 !important;
}

html body .apx-nb-page .apx-nb-card-grid-v25 p {
  margin: 0 !important;
  color: #aeb6c4 !important;
  font-size: 14.8px !important;
  line-height: 1.48 !important;
}

html body .apx-nb-page .apx-nb-card-grid-v25 span {
  align-self: end !important;
  color: #ffb9bd !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

/* Značky/modely jako minimalistický SEO accordion úplně dole pod kontaktem */
html body .apx-nb-page .apx-nb-brand-seo-v25 {
  padding: 24px 0 34px !important;
  background: #050608 !important;
}

html body .apx-nb-page .apx-nb-brand-accordion-v25 {
  border: 1px solid rgba(255,255,255,.085) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.025) !important;
  overflow: hidden !important;
}

html body .apx-nb-page .apx-nb-brand-accordion-v25 summary {
  position: relative !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 12px 46px 12px 16px !important;
  color: #cbd3df !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  list-style: none !important;
}

html body .apx-nb-page .apx-nb-brand-accordion-v25 summary::-webkit-details-marker {
  display: none !important;
}

html body .apx-nb-page .apx-nb-brand-accordion-v25 summary::after {
  content: "+" !important;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  width: 24px !important;
  height: 24px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  transform: translateY(-50%) !important;
  color: #fff !important;
  background: rgba(215,25,37,.72) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body .apx-nb-page .apx-nb-brand-accordion-v25[open] summary::after {
  content: "−" !important;
}

html body .apx-nb-page .apx-nb-brand-links-v25 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 14px !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
}

html body .apx-nb-page .apx-nb-brand-links-v25 a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 31px !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.035) !important;
  color: #dfe5ee !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

/* Žádná duplicitní patička v obsahu stránky – dole zůstává skutečná Astra/footer patička jako na homepage */
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page main > footer {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-card-grid-v25 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-card-grid-v25 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-card-grid-v25 a {
    min-height: 0 !important;
    grid-template-rows: auto auto auto !important;
    padding: 76px 20px 20px !important;
  }

  html body .apx-nb-page .apx-nb-brand-links-v25 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}


/* V26 – footer bubliny jako homepage, logo proužek, lepší ikony, vyšší pravý kontakt */

/* Pravý box vedle červeného kontaktu – výška jako na hlavní straně */
html body .apx-nb-page .apx-contact-teaser {
  align-items: stretch !important;
}

html body .apx-nb-page .apx-contact-teaser-box {
  min-height: 238px !important;
  height: 100% !important;
  align-content: stretch !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link {
  min-height: 64px !important;
  display: grid !important;
  align-content: center !important;
}

/* Footer bubliny jako na homepage */
html body .apx-nb-page .apx-nb-footer-bubbles-v26 {
  display: block !important;
  padding: 12px 0 28px !important;
  background: #050608 !important;
}

html body .apx-nb-page .apx-nb-footer-bubbles-v26 .apx-footer-mini-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 12px !important;
  padding: 12px 0 !important;
  background: transparent !important;
}

html body .apx-nb-page .apx-nb-footer-bubbles-v26 .apx-footer-mini-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.035) !important;
  color: #dfe5ee !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease !important;
}

html body .apx-nb-page .apx-nb-footer-bubbles-v26 .apx-footer-mini-links a:hover {
  transform: translateY(-1px) !important;
  color: #fff !important;
  border-color: rgba(215,25,37,.35) !important;
  background: linear-gradient(180deg, rgba(215,25,37,.20), rgba(215,25,37,.075)) !important;
}

/* Staré content footery vypnout, v26 footer bubliny nechat */
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final {
  display: none !important;
}

/* Logo proužek výrobců – uživatelsky viditelný, ale nízký */
html body .apx-nb-page .apx-nb-logo-strip-v26 {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
  background: #07090d !important;
}

html body .apx-nb-page .apx-nb-logo-strip-card-v26 {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.07), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.050), rgba(255,255,255,.025)) !important;
}

html body .apx-nb-page .apx-nb-logo-strip-card-v26 > span {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

html body .apx-nb-page .apx-nb-logo-strip-list-v26 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

html body .apx-nb-page .apx-nb-logo-strip-list-v26 a {
  width: 92px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.045) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease !important;
}

html body .apx-nb-page .apx-nb-logo-strip-list-v26 a:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(215,25,37,.35) !important;
  background: rgba(255,255,255,.065) !important;
}

html body .apx-nb-page .apx-nb-logo-strip-list-v26 img {
  max-width: 72px !important;
  max-height: 26px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Nové ikony – víc ve stylu homepage, většinou assety z homepage */
html body .apx-nb-page .apx-nb-card-grid-v25 {
  display: none !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 a {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto minmax(76px, 1fr) 24px !important;
  min-height: 206px !important;
  height: 100% !important;
  padding: 22px 20px 20px 82px !important;
  border-radius: 14px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.10), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.064), rgba(255,255,255,.030)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 a:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(215,25,37,.46) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.16), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.080), rgba(255,255,255,.036)) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.03) !important;
}

html body .apx-nb-page .apx-nb-card-icon-v26 {
  position: absolute !important;
  left: 20px !important;
  top: 22px !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(145deg, rgba(215,25,37,.30), rgba(215,25,37,.08)) !important;
  border: 1px solid rgba(215,25,37,.36) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.14),
    0 8px 22px rgba(0,0,0,.22) !important;
}

html body .apx-nb-page .apx-nb-card-icon-v26 img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.34)) !important;
}

html body .apx-nb-page .apx-nb-chip-icon-v26,
html body .apx-nb-page .apx-nb-hinge-icon-v26,
html body .apx-nb-page .apx-nb-water-icon-v26 {
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  background: #fff !important;
  opacity: .95 !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  mask-size: contain !important;
}

html body .apx-nb-page .apx-nb-chip-icon-v26 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6h16v6h6v24h-6v6H16v-6h-6V12h6V6Zm4 10v16h8V16h-8ZM4 17h6v4H4v-4Zm0 10h6v4H4v-4Zm34-10h6v4h-6v-4Zm0 10h6v4h-6v-4ZM18 0h4v6h-4V0Zm8 0h4v6h-4V0ZM18 42h4v6h-4v-6Zm8 0h4v6h-4v-6Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6h16v6h6v24h-6v6H16v-6h-6V12h6V6Zm4 10v16h8V16h-8ZM4 17h6v4H4v-4Zm0 10h6v4H4v-4Zm34-10h6v4h-6v-4Zm0 10h6v4h-6v-4ZM18 0h4v6h-4V0Zm8 0h4v6h-4V0ZM18 42h4v6h-4v-6Zm8 0h4v6h-4v-6Z'/%3E%3C/svg%3E") !important;
}

html body .apx-nb-page .apx-nb-hinge-icon-v26 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8h32v22H8V8Zm5 5v12h22V13H13Zm4 21h14l8 8H9l8-8Zm5-3h4v4h-4v-4Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8h32v22H8V8Zm5 5v12h22V13H13Zm4 21h14l8 8H9l8-8Zm5-3h4v4h-4v-4Z'/%3E%3C/svg%3E") !important;
}

html body .apx-nb-page .apx-nb-water-icon-v26 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4s14 14 14 26a14 14 0 0 1-28 0C10 18 24 4 24 4Zm0 10c-4 5-9 11-9 16a9 9 0 0 0 18 0c0-5-5-11-9-16Zm-6 16h4a4 4 0 0 0 4 4v4a8 8 0 0 1-8-8Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4s14 14 14 26a14 14 0 0 1-28 0C10 18 24 4 24 4Zm0 10c-4 5-9 11-9 16a9 9 0 0 0 18 0c0-5-5-11-9-16Zm-6 16h4a4 4 0 0 0 4 4v4a8 8 0 0 1-8-8Z'/%3E%3C/svg%3E") !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
  font-weight: 760 !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 p {
  margin: 0 !important;
  color: #aeb6c4 !important;
  font-size: 14.8px !important;
  line-height: 1.48 !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 a > span:last-child {
  align-self: end !important;
  color: #ffb9bd !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-card-grid-v26 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .apx-nb-page .apx-nb-logo-strip-card-v26 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-logo-strip-list-v26 {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-contact-teaser-box {
    min-height: 0 !important;
  }

  html body .apx-nb-page .apx-nb-card-grid-v26 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-card-grid-v26 a {
    min-height: 0 !important;
    grid-template-rows: auto auto auto !important;
    padding: 76px 20px 20px !important;
  }

  html body .apx-nb-page .apx-nb-logo-strip-list-v26 a {
    width: calc(50% - 4px) !important;
  }

  html body .apx-nb-page .apx-nb-footer-bubbles-v26 .apx-footer-mini-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  html body .apx-nb-page .apx-nb-footer-bubbles-v26 .apx-footer-mini-links a {
    justify-content: center !important;
  }
}


/* V28 – kontakt 1:1 podle homepage + footer bez duplicit v obsahu stránky */

/* ODSTRANĚNÍ VLOŽENÉ PATIČKY Z OBSAHU STRÁNKY
   Skutečná patička je ta z šablony/Astry stejně jako na hlavní straně. */
html body .apx-nb-page .apx-nb-footer-bubbles-v26,
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page main > footer,
html body .apx-nb-page main .apx-footer-mini-links {
  display: none !important;
}

/* Skutečnou patičku webu nechávám viditelnou */
html body footer.site-footer,
html body .site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* KONTAKT – přepsáno zpět na chování homepage.
   Žádné umělé zvyšování pravého boxu, žádné grid rows 1fr, žádné deformace. */
html body .apx-nb-page .apx-contact {
  padding: 58px 0 !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.12), transparent 30%),
    linear-gradient(180deg, #080b10, #050608) !important;
}

html body .apx-nb-page .apx-contact .apx-container {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .apx-nb-page .apx-contact-teaser {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
}

html body .apx-nb-page .apx-contact-teaser-content,
html body .apx-nb-page .apx-contact-teaser-box,
html body .apx-nb-page .apx-contact-teaser-map {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-contact-teaser-content {
  padding: 30px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, #d71925, #9f1018) !important;
  color: #fff !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: stretch !important;
}

html body .apx-nb-page .apx-contact-teaser-content h2 {
  margin: 0 !important;
  max-width: 780px !important;
  color: #fff !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

html body .apx-nb-page .apx-contact-teaser-content p {
  max-width: 780px !important;
  margin: 16px 0 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a,
html body .apx-nb-page .apx-social-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 12px 17px !important;
  border-radius: 9px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:first-child {
  background: #07090d !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:last-child {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  background: rgba(255,255,255,.06) !important;
}

html body .apx-nb-page .apx-social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

html body .apx-nb-page .apx-social-links a {
  gap: 9px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.08) !important;
}

html body .apx-nb-page .apx-social-links svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  flex: 0 0 auto !important;
  fill: currentColor !important;
}

html body .apx-nb-page .apx-contact-teaser-box {
  padding: 22px !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-rows: none !important;
  align-content: start !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.03)) !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: stretch !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.16) !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #fff !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link span {
  color: #aeb6c4 !important;
  font-size: 14px !important;
}

html body .apx-nb-page .apx-contact-teaser-map {
  grid-column: 1 / -1 !important;
  display: block !important;
  width: 100% !important;
  min-height: 315px !important;
  background: #e8e8e8 !important;
}

html body .apx-nb-page .apx-contact-teaser-map iframe {
  display: block !important;
  width: 100% !important;
  height: 315px !important;
  min-height: 315px !important;
  border: 0 !important;
  filter: none !important;
}

/* Lišta pod úvodní fotkou přesně podle homepage proof lišty */
html body .apx-nb-page .apx-nb-hero-pills-v18,
html body .apx-nb-page .apx-nb-hero-pills-v17,
html body .apx-nb-page .apx-nb-hero-pills-v16 {
  min-height: 72px !important;
  padding: 17px 16px !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)),
    #090c11 !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  border-bottom: 1px solid rgba(255,255,255,.085) !important;
  border-radius: 0 !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a,
html body .apx-nb-page .apx-nb-hero-pills-v17 a,
html body .apx-nb-page .apx-nb-hero-pills-v16 a {
  min-height: 36px !important;
  padding: 8px 13px !important;
  border-radius: 9px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a::before,
html body .apx-nb-page .apx-nb-hero-pills-v18 a::after,
html body .apx-nb-page .apx-nb-hero-pills-v17 a::before,
html body .apx-nb-page .apx-nb-hero-pills-v17 a::after,
html body .apx-nb-page .apx-nb-hero-pills-v16 a::before,
html body .apx-nb-page .apx-nb-hero-pills-v16 a::after {
  display: none !important;
  content: none !important;
}

/* Logo proužek bez textu a ve velikosti jako na úvodní stránce */
html body .apx-nb-page .apx-nb-logo-strip-v26 {
  padding: 0 0 34px !important;
  background: #07090d !important;
}

html body .apx-nb-page .apx-nb-logo-strip-card-v26 {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .apx-nb-page .apx-nb-logo-strip-card-v26 > span {
  display: none !important;
}

html body .apx-nb-page .apx-nb-logo-strip-list-v26 {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 10px !important;
  justify-content: center !important;
  align-items: stretch !important;
}

html body .apx-nb-page .apx-nb-logo-strip-list-v26 a {
  width: auto !important;
  height: auto !important;
  min-height: 78px !important;
  padding: 12px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.07), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.032)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-nb-logo-strip-list-v26 img {
  display: block !important;
  width: auto !important;
  max-width: 86% !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
  filter: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: 1 / -1 !important;
  }

  html body .apx-nb-page .apx-nb-logo-strip-list-v26 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-contact .apx-container {
    width: min(100% - 24px, 1440px) !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-actions,
  html body .apx-nb-page .apx-social-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: auto !important;
    min-height: 280px !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map iframe {
    min-height: 280px !important;
    height: 280px !important;
  }

  html body .apx-nb-page .apx-nb-hero-pills-v18,
  html body .apx-nb-page .apx-nb-hero-pills-v17,
  html body .apx-nb-page .apx-nb-hero-pills-v16 {
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  html body .apx-nb-page .apx-nb-logo-strip-list-v26 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .apx-nb-page .apx-nb-logo-strip-list-v26 a {
    min-height: 74px !important;
  }
}


/* V29 – kontakt přímo z aktuální homepage HTML + dorovnání výšky pravého boxu */

/* Žádná patička vložená do obsahu stránky. Footer nechává šablona stejně jako homepage. */
html body .apx-nb-page .apx-nb-footer-bubbles-v26,
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page main > footer,
html body .apx-nb-page main .apx-footer-mini-links {
  display: none !important;
}

html body footer.site-footer,
html body .site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Kontakt 1:1 jako homepage – zde přepisujeme všechny předchozí úpravy notebookové stránky */
html body .apx-nb-page .apx-contact {
  padding: 58px 0 !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.12), transparent 30%),
    linear-gradient(180deg, #080b10, #050608) !important;
}

html body .apx-nb-page .apx-contact .apx-container {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
}

html body .apx-nb-page .apx-contact-teaser {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
}

/* LEVÝ A PRAVÝ BOX: stejný grid row, stejná výsledná výška */
html body .apx-nb-page .apx-contact-teaser-content,
html body .apx-nb-page .apx-contact-teaser-box {
  min-width: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  align-self: stretch !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
  box-sizing: border-box !important;
}

html body .apx-nb-page .apx-contact-teaser-content {
  padding: 30px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, #d71925, #9f1018) !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-content h2 {
  margin: 0 !important;
  max-width: 780px !important;
  color: #fff !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

html body .apx-nb-page .apx-contact-teaser-content p {
  max-width: 780px !important;
  margin: 16px 0 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 12px 17px !important;
  border-radius: 9px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:first-child {
  background: #07090d !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-actions a:last-child {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  background: rgba(255,255,255,.06) !important;
}

html body .apx-nb-page .apx-social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

html body .apx-nb-page .apx-social-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 46px !important;
  padding: 12px 17px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.08) !important;
}

html body .apx-nb-page .apx-social-links svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  flex: 0 0 auto !important;
  fill: currentColor !important;
}

html body .apx-nb-page .apx-contact-teaser-box {
  padding: 22px !important;
  display: grid !important;
  grid-template-rows: repeat(3, 1fr) !important;
  gap: 12px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.03)) !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link {
  display: grid !important;
  align-content: center !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.16) !important;
  color: inherit !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: #fff !important;
  font-size: 16px !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link span {
  color: #aeb6c4 !important;
  font-size: 14px !important;
}

html body .apx-nb-page .apx-contact-teaser-map {
  grid-column: 1 / -1 !important;
  display: block !important;
  width: 100% !important;
  min-height: 315px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
  background: #e8e8e8 !important;
}

html body .apx-nb-page .apx-contact-teaser-map iframe {
  display: block !important;
  width: 100% !important;
  height: 315px !important;
  min-height: 315px !important;
  border: 0 !important;
  filter: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-contact .apx-container {
    width: min(100% - 24px, 1440px) !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-box {
    grid-template-rows: none !important;
  }

  html body .apx-nb-page .apx-contact-teaser-actions,
  html body .apx-nb-page .apx-social-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: auto !important;
    min-height: 280px !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map iframe {
    min-height: 280px !important;
    height: 280px !important;
  }
}


/* V30 – kontakt natvrdo: pravý box stejná výška jako červený box */

/* Notebook stránka nesmí mít vlastní patičku v obsahu. Zůstává jen skutečná patička šablony jako na homepage. */
html body .apx-nb-page .apx-nb-footer-bubbles-v26,
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page main > footer,
html body .apx-nb-page main .apx-footer-mini-links {
  display: none !important;
}

/* Kontakt: celý první řádek je jeden grid row. Levý i pravý box jsou vynuceně stejně vysoké. */
@media (min-width: 768px) {
  html body .apx-nb-page .apx-contact-teaser {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr) !important;
    grid-template-rows: auto auto !important;
    grid-auto-rows: auto !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  html body .apx-nb-page .apx-contact-teaser-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: auto !important;
    min-height: 348px !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }

  html body .apx-nb-page .apx-contact-teaser-box {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: auto !important;
    min-height: 348px !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 22px !important;
  }

  html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  html body .apx-nb-page .apx-contact-teaser-map {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }
}

/* Vrácení vzhledu kontaktu homepage bez deformací */
html body .apx-nb-page .apx-contact {
  padding: 58px 0 !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.12), transparent 30%),
    linear-gradient(180deg, #080b10, #050608) !important;
}

html body .apx-nb-page .apx-contact .apx-container {
  width: min(1440px, calc(100% - 64px)) !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
}

html body .apx-nb-page .apx-contact-teaser-content,
html body .apx-nb-page .apx-contact-teaser-box,
html body .apx-nb-page .apx-contact-teaser-map {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-contact-teaser-content {
  padding: 30px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, #d71925, #9f1018) !important;
  color: #fff !important;
}

html body .apx-nb-page .apx-contact-teaser-box {
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.03)) !important;
}

html body .apx-nb-page .apx-contact-teaser-box a.apx-contact-teaser-box-link {
  padding: 14px 15px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 10px !important;
  background: rgba(0,0,0,.16) !important;
  color: inherit !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-contact .apx-container {
    width: min(100% - 24px, 1440px) !important;
  }

  html body .apx-nb-page .apx-contact-teaser {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-contact-teaser-box {
    display: grid !important;
    gap: 12px !important;
  }
}


/* V31 – obsahové vytunění stránky: proces, projevy závad, vyplatí se oprava, rozšířené FAQ */

html body .apx-nb-page .apx-nb-process-v31,
html body .apx-nb-page .apx-nb-symptoms-v31,
html body .apx-nb-page .apx-nb-worth-v31,
html body .apx-nb-page .apx-nb-faq-v31 {
  background: #07090d !important;
}

html body .apx-nb-page .apx-nb-steps-v31 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-steps-v31 article,
html body .apx-nb-page .apx-nb-worth-grid-v31 article {
  position: relative !important;
  min-height: 210px !important;
  padding: 24px 20px 22px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.10), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.064), rgba(255,255,255,.030)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-nb-steps-v31 article > span {
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  margin-bottom: 18px !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(145deg, rgba(215,25,37,.85), rgba(215,25,37,.30)) !important;
  border: 1px solid rgba(215,25,37,.40) !important;
}

html body .apx-nb-page .apx-nb-steps-v31 h3,
html body .apx-nb-page .apx-nb-worth-grid-v31 h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.18 !important;
  font-weight: 780 !important;
}

html body .apx-nb-page .apx-nb-steps-v31 p,
html body .apx-nb-page .apx-nb-worth-grid-v31 p {
  margin: 0 !important;
  color: #aeb6c4 !important;
  font-size: 14.8px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-symptom-grid-v31 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body .apx-nb-page .apx-nb-symptom-grid-v31 div {
  position: relative !important;
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  padding: 13px 14px 13px 42px !important;
  border-radius: 10px !important;
  color: #dfe5ee !important;
  font-size: 14.6px !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
  border: 1px solid rgba(255,255,255,.085) !important;
  background: rgba(255,255,255,.035) !important;
}

html body .apx-nb-page .apx-nb-symptom-grid-v31 div::before {
  content: "!" !important;
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
  transform: translateY(-50%) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(215,25,37,.78) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

html body .apx-nb-page .apx-nb-worth-grid-v31 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-worth-grid-v31 article {
  min-height: 176px !important;
}

html body .apx-nb-page .apx-nb-faq-grid-v31 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body .apx-nb-page .apx-nb-faq-grid-v31 details {
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.085) !important;
  background: rgba(255,255,255,.032) !important;
}

html body .apx-nb-page .apx-nb-faq-grid-v31 summary {
  position: relative !important;
  min-height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 14px 48px 14px 16px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
  list-style: none !important;
}

html body .apx-nb-page .apx-nb-faq-grid-v31 summary::-webkit-details-marker {
  display: none !important;
}

html body .apx-nb-page .apx-nb-faq-grid-v31 summary::after {
  content: "+" !important;
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  width: 24px !important;
  height: 24px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  transform: translateY(-50%) !important;
  color: #fff !important;
  background: rgba(215,25,37,.72) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body .apx-nb-page .apx-nb-faq-grid-v31 details[open] summary::after {
  content: "−" !important;
}

html body .apx-nb-page .apx-nb-faq-grid-v31 p {
  margin: 0 !important;
  padding: 0 16px 16px !important;
  color: #aeb6c4 !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-footer-bubbles-v26,
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page main > footer,
html body .apx-nb-page main .apx-footer-mini-links {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-steps-v31,
  html body .apx-nb-page .apx-nb-symptom-grid-v31 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-steps-v31,
  html body .apx-nb-page .apx-nb-symptom-grid-v31,
  html body .apx-nb-page .apx-nb-worth-grid-v31,
  html body .apx-nb-page .apx-nb-faq-grid-v31 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-steps-v31 article,
  html body .apx-nb-page .apx-nb-worth-grid-v31 article {
    min-height: 0 !important;
  }
}


/* V32 – CTA, příprava do servisu, schema doplněné v HTML */

html body .apx-nb-page .apx-nb-cta-v32,
html body .apx-nb-page .apx-nb-prepare-v32 {
  background: #07090d !important;
}

html body .apx-nb-page .apx-nb-cta-card-v32 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.10), transparent 34%),
    linear-gradient(135deg, #d71925, #9f1018) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.22) !important;
}

html body .apx-nb-page .apx-nb-cta-card-v32 h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

html body .apx-nb-page .apx-nb-cta-card-v32 p:not(.apx-nb-kicker) {
  max-width: 760px !important;
  margin: 14px 0 0 !important;
  color: rgba(255,255,255,.86) !important;
  font-size: 16px !important;
  line-height: 1.52 !important;
}

html body .apx-nb-page .apx-nb-cta-actions-v32 {
  display: grid !important;
  gap: 10px !important;
  min-width: 230px !important;
}

html body .apx-nb-page .apx-nb-cta-actions-v32 .apx-nb-btn {
  width: 100% !important;
  justify-content: center !important;
}

html body .apx-nb-page .apx-nb-prepare-grid-v32 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-prepare-grid-v32 article {
  min-height: 190px !important;
  padding: 22px 20px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.08), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.060), rgba(255,255,255,.030)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-nb-prepare-grid-v32 h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.18 !important;
  font-weight: 780 !important;
}

html body .apx-nb-page .apx-nb-prepare-grid-v32 p {
  margin: 0 !important;
  color: #aeb6c4 !important;
  font-size: 14.8px !important;
  line-height: 1.5 !important;
}

html body .apx-nb-page .apx-nb-brand-intro-v32 {
  margin-bottom: 10px !important;
  color: #aeb6c4 !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

/* Footer se nevkládá do obsahu jednotlivé stránky */
html body .apx-nb-page .apx-nb-footer-bubbles-v26,
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page main > footer,
html body .apx-nb-page main .apx-footer-mini-links {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-cta-card-v32 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-cta-actions-v32 {
    display: flex !important;
    flex-wrap: wrap !important;
    min-width: 0 !important;
  }

  html body .apx-nb-page .apx-nb-cta-actions-v32 .apx-nb-btn {
    width: auto !important;
  }

  html body .apx-nb-page .apx-nb-prepare-grid-v32 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-cta-card-v32 {
    padding: 24px 20px !important;
  }

  html body .apx-nb-page .apx-nb-cta-actions-v32,
  html body .apx-nb-page .apx-nb-prepare-grid-v32 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-cta-actions-v32 .apx-nb-btn {
    width: 100% !important;
  }

  html body .apx-nb-page .apx-nb-prepare-grid-v32 article {
    min-height: 0 !important;
  }
}


/* V36 – finální interní odkazy podle Sitemap.xml */

html body .apx-nb-page .apx-nb-internal-links-v36 {
  background: #07090d !important;
  padding-top: 0 !important;
}

html body .apx-nb-page .apx-nb-internal-card-v36 {
  padding: 18px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.07), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.050), rgba(255,255,255,.025)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-nb-internal-card-v36 .apx-nb-kicker {
  margin-bottom: 12px !important;
}

html body .apx-nb-page .apx-nb-internal-links-list-v36 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

html body .apx-nb-page .apx-nb-internal-links-list-v36 a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 7px 10px !important;
  border-radius: 9px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.035) !important;
  color: #dfe5ee !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body .apx-nb-page .apx-nb-internal-links-list-v36 a:hover {
  color: #fff !important;
  border-color: rgba(215,25,37,.35) !important;
  background: linear-gradient(180deg, rgba(215,25,37,.20), rgba(215,25,37,.075)) !important;
}

html body .apx-nb-page .apx-nb-footer-bubbles-v26,
html body .apx-nb-page .apx-nb-footer-homepage-v24,
html body .apx-nb-page .apx-nb-footer-v18,
html body .apx-nb-page .apx-nb-footer-homepage-exact,
html body .apx-nb-page .apx-footer-v16,
html body .apx-nb-page .apx-nb-site-footer-v15,
html body .apx-nb-page .apx-nb-real-footer,
html body .apx-nb-page .apx-nb-footer-final,
html body .apx-nb-page main > footer,
html body .apx-nb-page main .apx-footer-mini-links {
  display: none !important;
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-internal-links-list-v36 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-internal-links-list-v36 a {
    justify-content: center !important;
  }
}


/* V37 – SEO/AI kontextový blok + historická hlavní URL */

html body .apx-nb-page .apx-nb-ai-context-v37 {
  background: #07090d !important;
}

html body .apx-nb-page .apx-nb-ai-context-card-v37 {
  padding: 24px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.08), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.026)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}

html body .apx-nb-page .apx-nb-ai-context-card-v37 h2 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

html body .apx-nb-page .apx-nb-ai-context-card-v37 p:not(.apx-nb-kicker) {
  max-width: 1080px !important;
  margin: 0 0 10px !important;
  color: #aeb6c4 !important;
  font-size: 15.4px !important;
  line-height: 1.58 !important;
}

html body .apx-nb-page .apx-nb-ai-context-card-v37 p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-ai-context-card-v37 {
    padding: 20px !important;
  }
}


/* V43 – čisté karty bez překryvu + tenké linkové ikony ve stejném stylu */

html body .apx-nb-page .apx-nb-card-grid-v26 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 > a {
  position: relative !important;
  min-height: 230px !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 24px 22px 22px !important;
  overflow: hidden !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 > a .apx-nb-card-icon-v26 {
  position: static !important;
  left: auto !important;
  top: auto !important;
  flex: 0 0 auto !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 0 18px !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 > a h3 {
  position: static !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  min-height: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.22 !important;
  transform: none !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 > a p {
  position: static !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #aeb6c4 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  transform: none !important;
}

html body .apx-nb-page .apx-nb-card-grid-v26 > a > span:last-child {
  position: static !important;
  display: inline-flex !important;
  margin-top: auto !important;
  padding: 0 !important;
  color: #ffd6d9 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  transform: none !important;
}

/* Základní deska + kryt/panty: tenké linky, ne silueta */
html body .apx-nb-page .apx-nb-line-icon-v43 {
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  color: #fff !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.05 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .apx-nb-page .apx-nb-line-icon-v43 rect,
html body .apx-nb-page .apx-nb-line-icon-v43 path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.05 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
}

/* v ikoně základní desky má malý čip zůstat jen linkový */
html body .apx-nb-page a[data-icon="board"] .apx-nb-line-icon-v43 rect {
  fill: none !important;
}

/* vypnout případné staré masky uvnitř vyměněných ikon */
html body .apx-nb-page a[data-icon="board"] .apx-nb-chip-icon-v26,
html body .apx-nb-page a[data-icon="hinge"] .apx-nb-hinge-icon-v26,
html body .apx-nb-page .apx-nb-selected-icon,
html body .apx-nb-page .apx-nb-card-icon-v38 {
  display: none !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-card-grid-v26 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-card-grid-v26 {
    grid-template-columns: 1fr !important;
  }

  html body .apx-nb-page .apx-nb-card-grid-v26 > a {
    min-height: 0 !important;
    padding: 22px 20px !important;
  }

  html body .apx-nb-page .apx-nb-card-grid-v26 > a .apx-nb-card-icon-v26 {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 16px !important;
  }

  html body .apx-nb-page .apx-nb-line-icon-v43 {
    width: 25px !important;
    height: 25px !important;
  }
}


/* V50 – horní lišta převzatá rozměrově ze stylu úvodní strany */

/* Horní řádek služeb pod hero – stejné rozměry jako .apx-proof na úvodní straně */
html body .apx-nb-page .apx-nb-hero-pills-v18 {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  width: 100% !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  gap: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  border-bottom: 1px solid rgba(255,255,255,.085) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)),
    #090c11 !important;
  box-shadow: none !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a {
  min-height: 72px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.075) !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #eef2f8 !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  text-decoration: none !important;
  transform: none !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a:last-child {
  border-right: 0 !important;
}

html body .apx-nb-page .apx-nb-hero-pills-v18 a:hover {
  color: #fff !important;
  background: rgba(255,255,255,.035) !important;
  transform: none !important;
}

/* Spodní bubliny nechat jako původní bublinové boxy */
html body .apx-nb-page .apx-nb-proof {
  padding: 28px 0 34px !important;
  margin: 0 !important;
  background: #07090d !important;
  border: 0 !important;
}

html body .apx-nb-page .apx-nb-proof-grid {
  width: min(1440px, calc(100% - 64px)) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  min-height: 0 !important;
}

html body .apx-nb-page .apx-nb-proof-grid > div {
  min-height: 74px !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px 20px !important;
  margin: 0 !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(215,25,37,.08), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.026)) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.16) !important;
  text-align: center !important;
}

html body .apx-nb-page .apx-nb-proof-grid strong {
  display: block !important;
  width: 100% !important;
  margin: 0 0 5px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  text-align: center !important;
}

html body .apx-nb-page .apx-nb-proof-grid span {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: #aeb6c4 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
  text-align: center !important;
}

/* Bezpečné menší mezery */
html body .apx-nb-page .apx-nb-faq-v31 {
  padding-top: 32px !important;
  margin-top: 0 !important;
}

html body .apx-nb-page .apx-nb-faq-v31 .apx-nb-section-head {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

html body .apx-nb-page .apx-nb-internal-links-v36 {
  padding-bottom: 28px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1080px) {
  html body .apx-nb-page .apx-nb-hero-pills-v18 {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html body .apx-nb-page .apx-nb-hero-pills-v18 a {
    border-bottom: 1px solid rgba(255,255,255,.075) !important;
  }

  html body .apx-nb-page .apx-nb-proof-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  html body .apx-nb-page .apx-nb-hero-pills-v18 {
    grid-template-columns: repeat(2, 1fr) !important;
    min-height: 0 !important;
  }

  html body .apx-nb-page .apx-nb-hero-pills-v18 a {
    min-height: 56px !important;
    height: 56px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }

  html body .apx-nb-page .apx-nb-proof {
    padding: 22px 0 28px !important;
  }

  html body .apx-nb-page .apx-nb-proof-grid {
    width: min(1440px, calc(100% - 32px)) !important;
    gap: 12px !important;
  }

  html body .apx-nb-page .apx-nb-proof-grid > div {
    min-height: 0 !important;
    padding: 16px 18px !important;
  }

  html body .apx-nb-page .apx-nb-faq-v31 {
    padding-top: 24px !important;
  }

  html body .apx-nb-page .apx-nb-internal-links-v36 {
    padding-bottom: 22px !important;
  }
}

