/* ucetnictvilevneji.cz · web3 · věrná kopie webu z Webnode na vlastním hostingu
   Tmavé pozadí, centrovaný symbol s názvem, centrované menu, texty klientky beze změn.
   Barvy z brand manuálu: Gamma Blue #09BADE, Casual Black #191919. Písmo Satoshi. */

@font-face { font-family: "Satoshi"; src: url("../fonts/Satoshi-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("../fonts/Satoshi-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("../fonts/Satoshi-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --blue: #09BADE;
  --black: #191919;
  --white: #FFFFFF;
  --text: #F2F2F4;
  --muted: #B9B9C0;
  --line: #3A3A3E;
  --container: 1100px;
  --pad: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; font-family: "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; font-size: 17px; line-height: 1.6; color: var(--text); background: var(--black); }
img, svg { display: block; }
img { max-width: 100%; height: auto; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 700; color: var(--white); }
a { color: inherit; }
a[href^="tel:"] { white-space: nowrap; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); }
.skip { position: absolute; left: 16px; top: -200px; z-index: 10; padding: 12px 16px; background: var(--blue); color: var(--white); font-weight: 700; text-decoration: none; }
.skip:focus { top: 16px; }

/* Hlavička: symbol, název webu, menu, vše na střed jako na Webnode */
.site-header { padding: 48px 0 8px; text-align: center; }
.site-header .logo { display: block; margin: 0; }
.site-header .logo a { display: inline-block; }
.site-header .logo img { width: 300px; height: auto; margin: 0 auto; }
.nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 30px; margin: 44px 0 0; padding: 0; list-style: none; font-size: 15px; font-weight: 700; }
.nav a { color: var(--white); text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); }

/* Obsah */
main { flex: 1; padding: 56px 0 72px; }
.center { text-align: center; }
.narrow { max-width: 760px; margin: 0 auto; }
.blue { color: var(--blue); }
h1 { font-size: 40px; line-height: 1.15; margin-bottom: 24px; }
h2 { font-size: 24px; line-height: 1.25; margin: 32px 0 12px; }
h3 { font-size: 22px; line-height: 1.25; margin-bottom: 12px; }
.lead { font-size: 21px; line-height: 1.5; }
.intro { padding-bottom: 56px; }
.hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px 64px; align-items: center; }
.hero-text h1 { font-size: 44px; line-height: 1.1; margin-bottom: 28px; }
.hero-text p { max-width: 640px; }
.hero-text .lead { margin: 28px 0; }
.photo { justify-self: center; width: 100%; max-width: 260px; }
.photo img { width: 100%; height: auto; border-radius: 8px; }

/* Služby: dva sloupce jako na Webnode */
.two { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px 64px; align-items: start; }
.list { list-style: none; margin: 0; padding: 0; }
.list li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; padding: 6px 0; }
.list .check { width: 22px; height: 22px; margin-top: 3px; color: var(--blue); }
.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 72px; }
.three p { color: var(--muted); margin: 0; }
.box { padding: 32px; border: 1px solid #232326; border-radius: 8px; background: #1b1b1c; }
.box h2, .box h3 { margin-top: 0; }
.three h2, .narrow h2 { color: var(--blue); font-size: 22px; }
.box:hover { border-color: #2c2c30; }

/* Reference: tabulka jako ve verzi web */
.rows { list-style: none; margin: 32px 0 0; padding: 0; text-align: left; }
.rows li { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-top: 1px solid var(--line); }
.rows li:last-child { border-bottom: 1px solid var(--line); }
.rows span { color: var(--muted); }
.rows li:hover { background: #1b1b1c; }

/* Kontakt */
.contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 48px 0 0; }
.contact .icon { width: 36px; height: 36px; color: var(--white); margin-bottom: 18px; }
.contact h2 { color: var(--blue); font-size: 20px; margin: 0 0 6px; }
.contact p { margin: 0; }
.contact a { text-decoration: none; }
.contact a:hover { color: var(--blue); }
.map-link { display: inline-block; margin-top: 10px; color: var(--blue); font-weight: 700; text-decoration: none; }
.map-link:hover { text-decoration: underline; text-underline-offset: 3px; }


/* Tlačítka */
.btn { display: inline-block; padding: 14px 28px; border: 1px solid var(--white); border-radius: 8px; background: var(--white); color: var(--black); font-weight: 700; font-size: 16px; line-height: 1; text-decoration: none; cursor: pointer; font-family: inherit; }
.btn:hover { background: var(--black); color: var(--white); }
.btn-blue { background: var(--blue); border-color: var(--blue); color: var(--white); }
.btn-blue:hover { background: var(--white); border-color: var(--white); color: var(--black); }

/* Modrý pás s výzvou (úvodní stránka) */
.cta { padding: 64px 0; background: var(--blue); color: var(--white); text-align: center; }
.cta .container { display: flex; flex-direction: column; align-items: center; }
.cta h2 { font-size: 44px; line-height: 1.1; margin: 0 0 28px; color: var(--white); }

/* Patička */
.site-footer { padding: 28px 0 32px; font-size: 13px; color: var(--muted); }
.site-footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--white); }

@media (max-width: 800px) {
  .two, .three, .contact, .hero-grid { grid-template-columns: 1fr; }
  .photo { justify-self: center; max-width: 220px; }
  .three { gap: 32px; margin-top: 56px; }
  h1 { font-size: 32px; }
  .hero-text h1 { font-size: 34px; }
  .cta h2 { font-size: 32px; }
  .nav { gap: 6px 22px; margin-top: 32px; }
}

@media (max-width: 480px) {
  :root { --pad: 16px; }
  body { font-size: 16px; }
  .site-header { padding-top: 36px; }
  .site-header .logo img { width: 240px; }
  .nav .nav-home { display: none; }
  h1 { font-size: 28px; }
  .hero-text h1 { font-size: 30px; }
  .lead { font-size: 19px; }
  .cta { padding: 48px 0; }
  .cta h2 { font-size: 28px; }
}
