/* Chrápátko advisory hub 1.0.0 — scoped to Shoptet page id 1161. */
body.id-1161 .pageArticleDetail > header {
  display: none;
}

body.id-1161 #content .content-inner,
body.id-1161 #content .pageArticleDetail,
body.id-1161 #content .pageArticleDetail > [itemprop="about"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.id-1161 .guide-page {
  --guide-ink: #003140;
  --guide-accent: #007599;
  --guide-yellow: #eeba2b;
  --guide-warm: #f6f1e8;
  --guide-mist: #f2f7f8;
  --guide-line: #dbe3e5;
  --guide-copy: #415d65;
  --guide-radius: 24px;
  width: calc(100% - 48px);
  max-width: 1278px;
  margin: 36px auto 80px;
  color: var(--guide-ink);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.id-1161 .guide-page,
body.id-1161 .guide-page * {
  box-sizing: border-box;
}

body.id-1161 .guide-page h1,
body.id-1161 .guide-page h2,
body.id-1161 .guide-page h3,
body.id-1161 .guide-page p,
body.id-1161 .guide-page figure {
  margin-top: 0;
}

body.id-1161 .guide-page h1,
body.id-1161 .guide-page h2,
body.id-1161 .guide-page h3,
body.id-1161 .guide-page strong {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
}

body.id-1161 .guide-page h2 {
  margin-bottom: 18px;
  color: var(--guide-ink);
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.06;
}

body.id-1161 .guide-page h3 {
  color: var(--guide-ink);
}

body.id-1161 .guide-page p {
  margin-bottom: 18px;
}

body.id-1161 .guide-page img {
  display: block;
  width: 100%;
  max-width: none;
}

body.id-1161 .guide-page a {
  text-decoration: none;
}

body.id-1161 .guide-page a:focus-visible,
body.id-1161 .guide-page summary:focus-visible {
  outline: 3px solid var(--guide-yellow);
  outline-offset: 4px;
}

body.id-1161 .guide-eyebrow,
body.id-1161 .guide-kicker {
  margin-bottom: 12px;
  color: var(--guide-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.id-1161 .guide-hero {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border-radius: var(--guide-radius);
  background: var(--guide-ink);
  color: #fff;
}

body.id-1161 .guide-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 4vw, 60px);
}

body.id-1161 .guide-hero__copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -120px;
  bottom: 0;
  width: 180px;
  background: linear-gradient(90deg, var(--guide-ink), rgba(0,49,64,0));
  content: "";
  pointer-events: none;
}

body.id-1161 .guide-hero .guide-eyebrow {
  color: #9fd7e5;
}

body.id-1161 .guide-hero h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(42px, 3.4vw, 58px);
  line-height: .98;
  overflow-wrap: normal;
  word-break: normal;
}

body.id-1161 .guide-hero__lead {
  max-width: 54ch;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

body.id-1161 .guide-hero__note {
  max-width: 54ch;
  margin-bottom: 26px;
  color: rgba(255,255,255,.67);
  font-size: 14px;
}

body.id-1161 .guide-hero__media {
  min-width: 0;
  min-height: 540px;
  margin: 0;
  background: #d9dddc;
}

body.id-1161 .guide-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

body.id-1161 .guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.id-1161 .guide-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

body.id-1161 .guide-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--guide-ink);
}

body.id-1161 .guide-button--outline {
  border-color: rgba(255,255,255,.48);
  color: #fff;
}

body.id-1161 .guide-button:hover {
  transform: translateY(-2px);
}

body.id-1161 .guide-button--light:hover {
  border-color: var(--guide-yellow);
  background: var(--guide-yellow);
  color: var(--guide-ink);
}

body.id-1161 .guide-button--outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,.1);
  color: #fff;
}

body.id-1161 .guide-section {
  margin-top: clamp(58px, 7vw, 92px);
}

body.id-1161 .guide-section-heading {
  max-width: 780px;
  margin-bottom: clamp(30px, 4vw, 46px);
}

body.id-1161 .guide-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.id-1161 .guide-section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--guide-copy);
  font-size: 17px;
}

body.id-1161 .guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.id-1161 .guide-card {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--guide-ink);
  color: #fff;
  isolation: isolate;
  box-shadow: 0 10px 28px rgba(0,49,64,.08);
  transition: box-shadow .3s ease, transform .3s ease;
}

body.id-1161 .guide-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transition: transform .45s ease;
}

body.id-1161 .guide-card--measure > img {
  object-position: 50% 46%;
}

body.id-1161 .guide-card--wide-photo > img {
  object-position: 60% 50%;
}

body.id-1161 .guide-card__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,49,64,.04) 14%, rgba(0,49,64,.16) 42%, rgba(0,49,64,.95) 100%);
}

body.id-1161 .guide-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 26px 26px;
}

body.id-1161 .guide-card__eyebrow {
  margin-bottom: 7px;
  color: #9fd7e5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.id-1161 .guide-card__content > strong {
  max-width: 13ch;
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.08;
}

body.id-1161 .guide-card__text {
  max-width: 34ch;
  color: rgba(255,255,255,.79);
  font-size: 12px;
  line-height: 1.5;
}

body.id-1161 .guide-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

body.id-1161 .guide-card:hover {
  box-shadow: 0 18px 42px rgba(0,49,64,.18);
  transform: translateY(-3px);
}

body.id-1161 .guide-card:hover > img {
  transform: scale(1.035);
}

body.id-1161 .guide-featured-list {
  display: grid;
  gap: 24px;
}

body.id-1161 .guide-featured-card {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  overflow: hidden;
  border-radius: var(--guide-radius);
  background: var(--guide-warm);
  color: var(--guide-ink);
  transition: box-shadow .3s ease, transform .3s ease;
}

body.id-1161 .guide-featured-card--reverse {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  background: var(--guide-mist);
}

body.id-1161 .guide-featured-card--reverse .guide-featured-card__media {
  grid-column: 2;
}

body.id-1161 .guide-featured-card--reverse .guide-featured-card__copy {
  grid-column: 1;
  grid-row: 1;
}

body.id-1161 .guide-featured-card__media {
  min-width: 0;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
}

body.id-1161 .guide-featured-card__media img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  transition: transform .45s ease;
}

body.id-1161 .guide-featured-card--reverse .guide-featured-card__media img {
  object-position: 60% 52%;
}

body.id-1161 .guide-featured-card__media--measure img {
  object-position: 50% 45%;
}

body.id-1161 .guide-featured-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(36px, 5vw, 66px);
}

body.id-1161 .guide-featured-card__copy > strong {
  max-width: 16ch;
  margin-bottom: 18px;
  color: var(--guide-ink);
  font-size: clamp(31px, 3.8vw, 52px);
  line-height: 1.04;
}

body.id-1161 .guide-featured-card__copy > span:not(.guide-kicker):not(.guide-text-link) {
  max-width: 49ch;
  color: var(--guide-copy);
  font-size: 15px;
}

body.id-1161 .guide-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--guide-ink);
  font-size: 13px;
  font-weight: 800;
}

body.id-1161 .guide-featured-card:hover {
  box-shadow: 0 18px 42px rgba(0,49,64,.12);
  transform: translateY(-2px);
}

body.id-1161 .guide-featured-card:hover img {
  transform: scale(1.025);
}

body.id-1161 .guide-featured-card:hover .guide-text-link {
  color: var(--guide-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.id-1161 .guide-section--tips {
  padding: clamp(42px, 6vw, 72px);
  border-radius: var(--guide-radius);
  background: var(--guide-ink);
}

body.id-1161 .guide-section--tips .guide-kicker {
  color: #9fd7e5;
}

body.id-1161 .guide-section--tips h2 {
  color: #fff;
}

body.id-1161 .guide-tips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.id-1161 .guide-tip {
  min-width: 0;
  padding: 25px 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}

body.id-1161 .guide-tip__number {
  display: block;
  margin-bottom: 32px;
  color: var(--guide-yellow);
  font-size: 13px;
  font-weight: 800;
}

body.id-1161 .guide-tip h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

body.id-1161 .guide-tip p {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.6;
}

body.id-1161 .guide-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.id-1161 .guide-more-grid a {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 54px 24px 24px;
  border: 1px solid var(--guide-line);
  border-radius: 18px;
  background: #fff;
  color: var(--guide-ink);
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.id-1161 .guide-more-grid a > span {
  margin-bottom: 7px;
  color: var(--guide-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.id-1161 .guide-more-grid a > strong {
  max-width: 14ch;
  color: var(--guide-ink);
  font-size: 21px;
  line-height: 1.14;
}

body.id-1161 .guide-more-grid a > i,
body.id-1161 .guide-categories__grid a > i {
  position: absolute;
  right: 22px;
  bottom: 22px;
  color: var(--guide-accent);
  font-size: 20px;
  font-style: normal;
}

body.id-1161 .guide-more-grid a:hover {
  border-color: #a9ced7;
  background: var(--guide-mist);
  box-shadow: 0 12px 28px rgba(0,49,64,.08);
  transform: translateY(-2px);
}

body.id-1161 .guide-faq {
  padding: clamp(42px, 6vw, 72px);
  border-radius: var(--guide-radius);
  background: var(--guide-mist);
}

body.id-1161 .guide-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

body.id-1161 .guide-faq__column {
  display: grid;
  gap: 12px;
}

body.id-1161 .guide-faq__item {
  overflow: hidden;
  border: 1px solid var(--guide-line);
  border-radius: 16px;
  background: #fff;
}

body.id-1161 .guide-faq__item summary {
  position: relative;
  display: block;
  padding: 20px 54px 20px 22px;
  color: var(--guide-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

body.id-1161 .guide-faq__item summary::-webkit-details-marker {
  display: none;
}

body.id-1161 .guide-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--guide-mist);
  color: var(--guide-accent);
  content: "+";
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  transform: translateY(-50%);
}

body.id-1161 .guide-faq__item[open] summary::after {
  content: "−";
}

body.id-1161 .guide-faq__item > div {
  padding: 0 22px 22px;
}

body.id-1161 .guide-faq__item p {
  margin: 0;
  color: var(--guide-copy);
  font-size: 13px;
  line-height: 1.65;
}

body.id-1161 .guide-faq__item[open] {
  border-color: #a9ced7;
  box-shadow: 0 10px 24px rgba(0,49,64,.06);
}

body.id-1161 .guide-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.id-1161 .guide-categories__grid a {
  position: relative;
  display: flex;
  min-height: 112px;
  align-items: center;
  padding: 24px 50px 24px 24px;
  border-radius: 18px;
  background: var(--guide-warm);
  color: var(--guide-ink);
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

body.id-1161 .guide-categories__grid a > span {
  max-width: 12ch;
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

body.id-1161 .guide-categories__grid a:hover {
  background: var(--guide-ink);
  color: #fff;
  transform: translateY(-2px);
}

body.id-1161 .guide-categories__grid a:hover > i {
  color: var(--guide-yellow);
}

body.id-1161 .guide-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px 60px;
  margin-top: clamp(58px, 7vw, 92px);
  padding: clamp(42px, 6vw, 76px);
  border-radius: var(--guide-radius);
  background: var(--guide-ink);
  color: #fff;
}

body.id-1161 .guide-contact .guide-eyebrow {
  color: #9fd7e5;
}

body.id-1161 .guide-contact h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
}

body.id-1161 .guide-contact__copy p:last-child {
  max-width: 62ch;
  margin-bottom: 0;
  color: rgba(255,255,255,.76);
}

body.id-1161 .guide-contact__actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

body.id-1161 .guide-contact__actions a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

body.id-1161 .guide-contact__actions a:last-child {
  margin-top: 8px;
  color: var(--guide-yellow);
  font-size: 13px;
}

body.id-1161 .guide-contact__actions a:hover {
  color: var(--guide-yellow);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1100px) {
  body.id-1161 .guide-hero {
    min-height: 500px;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }

  body.id-1161 .guide-hero__copy {
    padding: 38px 28px;
  }

  body.id-1161 .guide-hero h1 {
    font-size: 42px;
  }

  body.id-1161 .guide-hero__lead {
    font-size: 16px;
  }

  body.id-1161 .guide-hero__media {
    min-height: 500px;
  }

  body.id-1161 .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.id-1161 .guide-card {
    min-height: 400px;
  }

  body.id-1161 .guide-tips,
  body.id-1161 .guide-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.id-1161 .guide-page {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 48px;
    font-size: 15px;
  }

  body.id-1161 .guide-page h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  body.id-1161 .guide-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.id-1161 .guide-hero__copy {
    padding: 38px 24px 42px;
  }

  body.id-1161 .guide-hero__copy::after {
    top: auto;
    right: 0;
    bottom: -90px;
    left: 0;
    width: auto;
    height: 120px;
    background: linear-gradient(180deg, var(--guide-ink), rgba(0,49,64,0));
  }

  body.id-1161 .guide-hero h1 {
    font-size: clamp(38px, 10vw, 46px);
  }

  body.id-1161 .guide-hero__media {
    min-height: 340px;
  }

  body.id-1161 .guide-hero__media img {
    object-position: 59% 50%;
  }

  body.id-1161 .guide-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.id-1161 .guide-section-heading,
  body.id-1161 .guide-section-heading--center {
    text-align: left;
  }

  body.id-1161 .guide-section-heading > p:last-child {
    font-size: 15px;
  }

  body.id-1161 .guide-grid,
  body.id-1161 .guide-more-grid,
  body.id-1161 .guide-faq__grid {
    grid-template-columns: 1fr;
  }

  body.id-1161 .guide-card {
    min-height: clamp(390px, 112vw, 510px);
  }

  body.id-1161 .guide-card__content {
    padding: 92px 22px 23px;
  }

  body.id-1161 .guide-card__content > strong {
    max-width: 14ch;
    font-size: clamp(27px, 8vw, 36px);
  }

  body.id-1161 .guide-featured-card,
  body.id-1161 .guide-featured-card--reverse {
    grid-template-columns: 1fr;
  }

  body.id-1161 .guide-featured-card--reverse .guide-featured-card__media,
  body.id-1161 .guide-featured-card--reverse .guide-featured-card__copy {
    grid-column: 1;
    grid-row: auto;
  }

  body.id-1161 .guide-featured-card__media {
    min-height: 350px;
  }

  body.id-1161 .guide-featured-card__copy {
    padding: 34px 24px 40px;
  }

  body.id-1161 .guide-featured-card__copy > strong {
    font-size: clamp(30px, 8.8vw, 42px);
  }

  body.id-1161 .guide-section--tips,
  body.id-1161 .guide-faq {
    padding: 36px 22px;
  }

  body.id-1161 .guide-tips,
  body.id-1161 .guide-categories__grid {
    grid-template-columns: 1fr;
  }

  body.id-1161 .guide-tip {
    min-height: 0;
  }

  body.id-1161 .guide-tip__number {
    margin-bottom: 22px;
  }

  body.id-1161 .guide-more-grid a {
    min-height: 132px;
  }

  body.id-1161 .guide-contact {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 24px;
  }

  body.id-1161 .guide-contact__actions {
    justify-items: start;
  }
}

@media (max-width: 430px) {
  body.id-1161 .guide-hero__media {
    min-height: 300px;
  }

  body.id-1161 .guide-card {
    min-height: 420px;
  }

  body.id-1161 .guide-featured-card__media {
    min-height: 310px;
  }

  body.id-1161 .guide-faq__item summary {
    padding: 18px 48px 18px 18px;
    font-size: 13px;
  }

  body.id-1161 .guide-faq__item > div {
    padding: 0 18px 18px;
  }

  body.id-1161 .guide-contact__actions a {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.id-1161 .guide-page *,
  body.id-1161 .guide-page *::before,
  body.id-1161 .guide-page *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
  }

  body.id-1161 .guide-card:hover,
  body.id-1161 .guide-card:hover > img,
  body.id-1161 .guide-featured-card:hover,
  body.id-1161 .guide-featured-card:hover img,
  body.id-1161 .guide-more-grid a:hover,
  body.id-1161 .guide-categories__grid a:hover,
  body.id-1161 .guide-button:hover {
    transform: none;
  }
}
