/*
 * Advea — tiskový stylopis.
 * Cíl: klidný dokument v jednom sloupci, bez navigace, dekorací
 * a tlačítek; odkazy s vypsanou adresou. Značkové barvy zůstávají
 * (petrolej = informace, rumělka = závazek) — dokument musí obstát
 * i černobíle (brand test §11.4), barva ale není zakázaná.
 */

@page {
  margin: 22mm 18mm;
}

html {
  overflow-x: visible;
}

body {
  font-size: 11pt;
  line-height: 1.55;
  color: #000;
  background: #fff;
}

/* ------------------------------------------------------- skryté prvky */

.skip-link,
.site-nav,
.lang-switcher,
.nav-toggle,
.hero__echo,
.hero__cta,
.contact__cta {
  display: none !important;
}

/* ---------------------------------------------------------- kontejner */

.container {
  max-width: none;
  padding-inline: 0;
}

/* ------------------------------------------------------------- header */

.site-header {
  border-bottom: 1px solid #000;
}

.site-header__inner {
  padding-block: 0 6mm;
}

.site-header__logo img {
  height: 7mm;
}

/* -------------------------------------------------------------- hero */

.hero__inner {
  padding-block: 12mm 10mm;
}

.hero__title {
  font-size: 26pt;
  max-width: none;
}

.hero__lead {
  margin-top: 6mm;
  font-size: 11pt;
  max-width: 140mm;
}

/* ------------------------------------------------------------- sekce */

.section {
  padding-bottom: 10mm;
}

.section__inner,
.contact__inner {
  border-top: 1px solid #999;
  padding-top: 8mm;
}

.section__title {
  font-size: 17pt;
  margin-top: 3mm;
  break-after: avoid;
}

.eyebrow {
  color: #0d91a6;
}

/* Jeden sloupec, žádná dělítka */
.services__list,
.steps__list,
.about__grid {
  display: block;
  margin-top: 6mm;
}

.services__item {
  break-inside: avoid;
  border-left: none !important;
  padding-left: 0 !important;
  margin-top: 5mm;
}

.services__name {
  font-size: 12pt;
}

/* Běžný text jednotně 11pt (reference = odstavec O nás) */
.services__text {
  color: #333;
  font-size: 11pt;
  margin-top: 2mm;
}

/* Kroky: kompaktní číslování v řádku */
.steps__list {
  text-align: left;
}

.steps__item {
  break-inside: avoid;
  display: flex;
  align-items: center;
  gap: 4mm;
  margin-top: 3mm;
}

.steps__item::before {
  height: auto;
  min-width: 8mm;
  font-size: 14pt;
  color: #0d91a6;
  justify-content: center;
}

/* Kruhová dramaturgie platí i na papíře — kružnice uzavírá krok 4 */
.steps__item:last-child::before {
  width: 8mm;
  height: 8mm;
  border: 1pt solid #d03b2d;
  border-radius: 50%;
  margin-inline: 0;
}

.steps__text {
  margin-top: 0;
  font-size: 11pt;
}

/* Výrok: bez plochy, jen rumělková linka (tichá poloha) */
.statement__panel {
  background: none;
  border-radius: 0;
  border-top: none;
  border-left: 2pt solid #d03b2d;
  display: block;
  padding-left: 6mm;
  break-inside: avoid;
}

.statement__photo {
  display: none;
}

.statement__body {
  padding: 0;
}

.statement__text {
  font-size: 16pt;
  white-space: normal !important;
}

.statement__signature {
  margin-top: 4mm;
}

.about__text {
  font-size: 11pt;
  margin-top: 4mm;
  max-width: 150mm;
}

/* --------------------------------------------------- kontakt + pečeť */

/* Pečeť zůstává centrovaná jako na webu; celý závěrečný akt
   (trefoil + věta + e-mail) drží pohromadě na jedné straně */
.contact__inner {
  padding-block: 10mm 6mm;
  break-inside: avoid;
}

.contact__trefoil {
  width: 12mm;
  height: 12mm;
}

.contact__seal {
  font-size: 14pt;
  margin-top: 5mm;
}

/* Tisková náhrada CTA tlačítek (hero i pečeť): kontakt = technická
   informace, proto petrol-600 a Kanit (brand §3), ne rumělka závazku. */
.print-email {
  display: block;
  margin-top: 6mm;
  font-family: var(--font-sans);
  font-size: 11pt;
}

/* ------------------------------------------------------------- footer */

.site-footer__inner {
  border-top: 1px solid #999;
  padding-block: 5mm 0;
  display: block;
}

.site-footer__imprint,
.site-footer__links {
  color: #333;
  font-size: 9pt;
}

.site-footer__links {
  margin-top: 2mm;
}

/* -------------------------------------------------------------- odkazy */

a {
  color: #000;
  text-decoration: none;
}

/* Odkazy a kontakty = petrolejová informace i na papíře */
.statement__role,
.site-footer__links a,
.print-email a,
.error-page a {
  color: #027e92;
  text-decoration: none;
}

/* Vypsat adresu jen u skutečných odkazů ven */
.site-footer__links a[href^="http"]::after,
.statement__identity[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 8pt;
  color: #555;
}
