/* ============================================
   Rogos International — Design v1
   Mobile-first, accessible, Czech B2B
   ============================================ */


:root {
  /* Brand colors */
  --ink: #0F2C4A;
  --ink-dk: #0A1E36;
  --ink-soft: #1E4A7A;
  /* Ztmaveno 5. 8. 2026 z #5C7185 kvůli modrému gradientu v hero (varianta B3).
     Na původní krémové mělo #5C7185 kontrast 4,73:1 — tedy sotva nad normou
     4,5:1 — a na tmavším modrém podkladu by spadlo na 3,6:1. #506273 drží
     4,55:1 i na nejtmavším místě gradientu. Rozdíl je okem nerozeznatelný,
     zato je to +0,3 stupně kontrastu na CELÉM webu, ne jen v hero. */
  --ink-mute: #506273;
  /* Dvoubarevná paleta: modrá (--terra*) = hlavní akční/důvěryhodná barva — CTA,
     odkazy, formuláře, navigace. Teplá oranžová (--warm*) = sekundární akcent —
     eyebrow, serifová čísla, ikony, logo, dekorativní záblesky. Ať web není plochý. */
  --terra: #2F7DD1;
  --terra-dk: #1F5DA8;
  --terra-soft: #DDEBF9;
  --warm: #D97843;
  --warm-dk: #B85F2F;
  --warm-soft: #FFE7D6;
  --cream: #FAF7F2;
  --bg: #FFFFFF;
  --bg-cool: #F3F6FA;
  --body: #3A4A5C;
  --body-soft: #6B7A8C;
  --line: #E6E8EB;
  --line-soft: #F0F2F4;
  --success: #2E7D5B;

  /* Typography */
  --serif: 'Source Serif 4', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Layout */
  --container: 1240px;
  --container-narrow: 880px;
  --nav-height: 72px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(15,44,74,0.04), 0 2px 6px rgba(15,44,74,0.04);
  --shadow-md: 0 4px 12px rgba(15,44,74,0.06), 0 10px 30px rgba(15,44,74,0.06);
  --shadow-lg: 0 12px 40px rgba(15,44,74,0.10), 0 24px 60px rgba(15,44,74,0.08);

  /* Radius */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 24px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 20px);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* height: auto je KRITICKÉ, ne kosmetika.
   Atributy width/height v <img> jsou prezentační hint a zůstávají v platnosti,
   dokud CSS nenastaví height:auto. Bez toho se `aspect-ratio` vůbec neuplatní
   (potřebuje jeden rozměr auto) a obrázek dostane šířku z kontejneru, ale výšku
   z atributu. Ověřeno 4. 8. 2026 na mobilu: .team-photo s height="1100" se
   vykreslila jako 365×1100 px a object-fit:cover z ní vyřízl svislý pás.
   Atributy tam přitom být MUSÍ — brání poskakování layoutu při načítání (CLS). */
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--terra); }
button { cursor: pointer; font-family: inherit; }

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
.wrap-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .wrap, .wrap-narrow { padding: 0 32px; }
}

/* ============ TYPOGRAPHY ============ */

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.1;
  /* Nadpisy NIKDY nedělit uprostřed slova. Zalom jen na mezerách,
     vyvaž délku řádků (balance) na podporovaných prohlížečích. */
  hyphens: manual;
  -webkit-hyphens: manual;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.h-display {
  font-family: var(--serif);
  font-size: clamp(32px, 7vw, 80px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
  hyphens: manual;
  -webkit-hyphens: manual;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}
.h-display i, .h-display em {
  font-style: italic;
  color: var(--ink-soft);
  font-weight: 300;
}

h1 { font-size: clamp(32px, 6vw, 56px); line-height: 1.05; }
h2 { font-size: clamp(28px, 4.5vw, 44px); line-height: 1.1; margin-bottom: 16px; }
h3 { font-size: clamp(22px, 3vw, 30px); line-height: 1.2; margin-bottom: 14px; }
h4 { font-size: clamp(18px, 2.2vw, 22px); line-height: 1.3; margin-bottom: 10px; }

p { margin-bottom: 16px; color: var(--body); }
p:last-child { margin-bottom: 0; }
/* „pretty" brání tomu, aby odstavec skončil jediným slovem na posledním řádku
   (typografický sirotek). Nadpisy mají „balance" (stejně dlouhé řádky), což se
   hodí u krátkých textů; u odstavců by balance vypadalo divně, proto pretty.
   Prohlížeče, které to neumí, se chovají jako dosud — nic se nerozbije. */
p, .lead, li, .trust-value { text-wrap: pretty; }

.lead {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
  color: var(--body-soft);
  font-weight: 400;
}

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--warm-dk);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
}

.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--warm);
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .eyebrow { letter-spacing: 1.5px; font-size: 11px; }
  .eyebrow::before { width: 18px; margin-right: 8px; }
}

/* ============ NAV ============ */

nav.site {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  height: var(--nav-height);
  display: flex;
  align-items: center;
}

nav.site .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

nav.site .brand {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.5px;
}
nav.site .brand .mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--warm);
  border-radius: 2px;
  transform: rotate(45deg);
}
nav.site .brand small {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--ink-mute);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 1px;
}

nav.site .menu {
  display: none;
  align-items: center;
  gap: 32px;
}

nav.site .menu a:not(.cta-nav) {
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 8px 2px;
}
nav.site .menu a:not(.cta-nav):hover { color: var(--ink); }
nav.site .menu a:not(.cta-nav).active { color: var(--ink); }
nav.site .menu a:not(.cta-nav).active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--terra);
}

nav.site .cta-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1F5DA8;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 10px;
  transition: all 0.2s;
  letter-spacing: 0.2px;
  line-height: 1;
  border: 1.5px solid #1F5DA8;
}
nav.site .cta-nav:hover {
  background: #16487F;
  border-color: #16487F;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(22,72,127,0.32);
  color: #fff !important;
}
nav.site .cta-nav.active {
  background: var(--ink);
  border-color: var(--ink);
}
nav.site .cta-nav.active:hover {
  background: var(--ink-dk);
  border-color: var(--ink-dk);
  box-shadow: 0 10px 24px rgba(15,44,74,0.25);
}

nav.site .burger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: none;
  background: transparent;
  padding: 12px;
  margin-right: -12px;
  min-width: 44px;
  min-height: 44px;
}
nav.site .burger span {
  width: 22px;
  height: 2px;
  background: var(--ink);
  display: block;
  border-radius: 2px;
  transition: all 0.25s;
}
nav.site.menu-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.site.menu-open .burger span:nth-child(2) { opacity: 0; }
nav.site.menu-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu drawer */
.mobile-menu {
  position: fixed;
  inset: var(--nav-height) 0 0 0;
  background: var(--cream);
  z-index: 99;
  padding: 32px 24px;
  display: none;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--ink);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu a.cta-nav {
  font-family: var(--sans);
  font-size: 16px;
  border: none;
  margin-top: 16px;
  text-align: center;
  background: var(--terra);
  color: #fff;
  border-radius: var(--r-md);
}

@media (min-width: 900px) {
  nav.site .menu { display: flex; }
  nav.site .burger { display: none; }
  .mobile-menu { display: none !important; }
}

/* ============ BUTTONS ============ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: var(--r-md);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.2px;
  text-decoration: none;
  line-height: 1;
}

.btn-primary {
  background: #1F5DA8;
  color: #fff !important;
}
.btn-primary:hover {
  background: #16487F;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(22,72,127,0.32);
  color: #fff !important;
}

.btn-dark {
  background: var(--ink);
  color: #fff !important;
}
.btn-dark:hover {
  background: var(--ink-dk);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(15,44,74,0.25);
  color: #fff !important;
}

.btn-ghost {
  background: transparent;
  color: var(--ink) !important;
  border: 1.5px solid var(--line);
}
.btn-ghost:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff !important;
}

.btn-arrow::after {
  content: '→';
  font-weight: 400;
  transition: transform 0.2s;
}
.btn-arrow:hover::after { transform: translateX(4px); }

.btn-block { width: 100%; }
.btn-lg { padding: 18px 34px; font-size: 16px; }
.btn-sm { padding: 12px 20px; font-size: 14px; }

/* ============ SECTIONS ============ */

.section {
  padding: 72px 0;
  position: relative;
}
.section-lg { padding: 100px 0; }
.section-sm { padding: 48px 0; }
.section-cream { background: var(--cream); }
.section-cool { background: var(--bg-cool); }
.section-ink {
  background: var(--ink);
  color: rgba(255,255,255,0.85);
}
.section-ink h1, .section-ink h2, .section-ink h3, .section-ink h4 { color: #fff; }
.section-ink .eyebrow { color: var(--terra-soft); }
.section-ink .eyebrow::before { background: var(--terra-soft); }
.section-ink p { color: rgba(255,255,255,0.75); }

@media (min-width: 768px) {
  .section { padding: 96px 0; }
  .section-lg { padding: 130px 0; }
  .section-sm { padding: 64px 0; }
}

.section-header { margin-bottom: 48px; max-width: 720px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-header.center .lead { margin-left: auto; margin-right: auto; }

/* ============ HERO ============ */

/* --- Drobečková navigace ---------------------------------------------------
   Pozor: NENÍ to „eyebrow kicker" (mini-nadpis nad H1), ten je zakázaný.
   Je to navigace — proto <nav>, aria-label a odkazy, ne dekorativní text.
   Musí odpovídat BreadcrumbList v JSON-LD na téže stránce, jinak si Google
   a viditelný obsah protiřečí. */
.breadcrumb {
  font-size: 13px;
  color: var(--ink-mute);
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.breadcrumb a {
  color: var(--ink-mute);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.breadcrumb a:hover { color: var(--terra-dk); border-bottom-color: currentColor; }
.breadcrumb .sep { color: var(--line-dk, #C9D4DF); }
/* Poslední položka = aktuální stránka, není odkaz (aria-current). */
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 500; }

.hero {
  padding: 64px 0 56px;
  /* Varianta B3 (vybráno 5. 8. 2026): teplý základ nahoře přechází do firemní
     modré dolů. Teplá krémová se záměrně neopouští úplně — je to to, čím se
     web odlišuje od běžného modrého B2B webu. Nejtmavší bod #CBDDF2 je zvolený
     tak, aby text --ink-mute držel kontrast 4,55:1 (viz komentář u proměnné).
     Pozor při ladění: teplý radiální nádech v .hero::before na tomhle stojí,
     drží teplo v pravém horním rohu. */
  background: linear-gradient(170deg, #F7F5F1 0%, #E4EDF8 50%, #CBDDF2 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(217,120,67,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.hero-text h1 {
  margin-bottom: 24px;
}
.hero-text .lead {
  margin-bottom: 32px;
  max-width: 540px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 32px;
}

.hero-cta-row .meta {
  font-size: 13px;
  color: var(--ink-mute);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-cta-row .meta::before {
  content: '✓';
  color: var(--success);
  font-weight: 700;
}

.hero-visual {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--ink);
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: #fff;
}

.hero-visual .visual-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--terra-soft);
  margin-bottom: 8px;
}
.hero-visual .visual-quote {
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 28px);
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 14px;
}
.hero-visual .visual-author {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}

.hero-visual.placeholder {
  background:
    linear-gradient(135deg, rgba(15,44,74,0.92) 0%, rgba(30,74,122,0.85) 100%),
    radial-gradient(circle at 30% 80%, var(--terra) 0%, transparent 50%);
  background-size: cover;
}

@media (min-width: 900px) {
  .hero { padding: 100px 0 100px; }
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
  }
  .hero-visual { aspect-ratio: 5 / 6; padding: 40px; }
}

/* ============ TRUST BAR ============ */

.trust-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
}

.trust-item {
  background: #fff;
  padding: 24px 16px;
  text-align: center;
}

.trust-value {
  font-family: var(--serif);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.0;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.trust-value .unit {
  font-size: 0.55em;
  color: var(--warm);
  font-style: italic;
  font-weight: 400;
  margin-left: 2px;
}

.trust-label {
  font-size: 12.5px;
  color: var(--ink-mute);
  letter-spacing: 0.3px;
  line-height: 1.35;
  /* Bez tohohle láme prohlížeč na poslední mezeře, která se vejde, a vzniká
     „Indikativní nabídka (pracovní / dny)" — vytknuto 5. 8. 2026. Balance
     rozdělí text na přibližně stejně dlouhé řádky. Web to už používá na
     nadpisech, na popisky se to nedostalo. */
  text-wrap: balance;
}

@media (min-width: 700px) {
  .trust-bar { grid-template-columns: repeat(4, 1fr); }
  .trust-item { padding: 32px 18px; }
}

/* ============ FORM HERO ============ */

.hero-form {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  max-width: 460px;
}

.hero-form h3 {
  font-size: 22px;
  margin-bottom: 4px;
}
.hero-form p.form-sub {
  font-size: 13px;
  color: var(--ink-mute);
  margin-bottom: 22px;
}

.form-field {
  margin-bottom: 14px;
}
.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  font-family: var(--sans);
  font-size: 16px; /* 16px prevents iOS Safari zoom on focus */
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: all 0.15s;
  min-height: 48px;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--terra);
  box-shadow: 0 0 0 4px rgba(47,125,209,0.10);
}
.form-field textarea { resize: vertical; min-height: 100px; }

/* Rozbalená nabídka selectu. Samotný <select> už 16 px má (blok výše), ale
   položky v otevřeném seznamu si prohlížeč jinak sází vlastním drobným fontem
   (~11 px) — vytknuto 4. 8. 2026 na náhledu formuláře. Chrome i Firefox na
   desktopu velikost položek respektují; nativní picker na iOS a Androidu má
   vlastní vzhled a ovlivnit ho nelze, tam to řeší 16 px na samotném selectu. */
.form-field select option,
.phone-row select option { font-size: 16px; font-family: var(--sans); }

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 480px) {
  .form-row-2 { grid-template-columns: 1fr 1fr; gap: 12px; }
}

.form-tiny {
  font-size: 11px;
  color: var(--ink-mute);
  margin-top: 8px;
  line-height: 1.45;
}

.form-success {
  display: none;
  text-align: center;
  padding: 30px 20px;
}
.form-success.visible { display: block; }
.form-success .check {
  width: 56px;
  height: 56px;
  background: var(--success);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 16px;
}
.form-success h4 {
  font-family: var(--serif);
  font-size: 24px;
  margin-bottom: 6px;
}

/* Logo strip / reference projekty (pruh pod hero) */
.logo-strip-band { background: var(--bg-cool); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0; }
.logo-strip-label { text-align: center; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 18px; }
.logo-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px 40px; }
.logo-strip span { font-family: var(--serif); font-size: clamp(18px, 2.2vw, 26px); color: var(--ink); opacity: 0.5; letter-spacing: 0.5px; transition: opacity .2s; }
.logo-strip span:hover { opacity: 0.85; }
@media (max-width: 600px) { .logo-strip { gap: 10px 22px; } }

/* Postup box (kontakt) — potvrzení + kroky v JEDNOM boxu */
.postup-box { padding: 0; }
.postup-box.boxed { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 40px 36px; box-shadow: 0 10px 30px rgba(15,44,74,.05); }
.form-success-inline { display: none; text-align: center; border-bottom: 1px solid var(--line-soft); padding-bottom: 28px; margin-bottom: 32px; }
.form-success-inline.visible { display: block; animation: fadeInUp .4s ease; }
.form-success-inline .check { width: 56px; height: 56px; background: var(--success); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 16px; }
.form-success-inline h4 { font-family: var(--serif); font-size: 26px; color: var(--ink); margin-bottom: 8px; }
.form-success-inline p { color: var(--body-soft); font-size: 15px; max-width: 580px; margin: 0 auto; line-height: 1.6; }
.form-success-inline a { color: var(--terra); font-weight: 600; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) { .postup-box.boxed { padding: 28px 20px; } }

/* ============ PROCESS TIMELINE ============ */

.process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) {
  .process { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (min-width: 1000px) {
  .process { grid-template-columns: repeat(4, 1fr); }
}

.process-step {
  position: relative;
  padding: 28px;
  background: var(--cream);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  transition: all 0.25s;
}
.process-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--terra-soft);
}

/* Šipky mezi kroky postupu */
.process-step::after { content: ''; position: absolute; color: var(--warm); font-family: var(--sans); font-size: 24px; font-weight: 700; line-height: 1; opacity: 0.85; pointer-events: none; }
@media (max-width: 699px) {
  .process-step:not(:last-child)::after { content: '↓'; left: 50%; bottom: -21px; transform: translateX(-50%); }
}
@media (min-width: 1000px) {
  .process-step:not(:last-child)::after { content: '→'; top: 50%; right: -28px; transform: translateY(-50%); }
}

.process-num {
  font-family: var(--serif);
  font-size: 48px;
  color: var(--warm);
  line-height: 1;
  font-style: italic;
  margin-bottom: 12px;
  display: block;
  font-weight: 400;
}
.process-step h4 {
  margin-bottom: 8px;
  font-size: 20px;
}
.process-step p {
  font-size: 14.5px;
  color: var(--body-soft);
  line-height: 1.55;
  margin: 0;
}

/* ============ SEGMENT CARDS ============ */

.segments {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 720px) {
  .segments { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

.segment-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.segment-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--warm);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s;
}
.segment-card:hover {
  border-color: var(--ink);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.segment-card:hover::before { transform: scaleY(1); }

.segment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--warm-soft);
  color: var(--warm-dk);
  font-size: 22px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .segment-icon { width: 64px; height: 64px; border-radius: 14px; font-size: 30px; margin-bottom: 20px; }
}
.segment-card h4 { margin-bottom: 10px; }
.segment-card p {
  font-size: 14.5px;
  color: var(--body-soft);
  margin: 0;
}

/* ============ ADVANTAGES (USP) ============ */

.advantages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .advantages { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}

.advantage {
  padding: 28px 24px;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--line);
  transition: all 0.25s;
}
.advantage:hover {
  border-color: var(--ink);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.advantage-num {
  font-family: var(--serif);
  font-size: 32px;
  font-style: italic;
  color: var(--warm);
  display: inline-block;
  margin-bottom: 14px;
  line-height: 1;
}
.advantage h4 {
  margin-bottom: 10px;
  font-size: 22px;
}
.advantage p { color: var(--body-soft); font-size: 14.5px; margin: 0; }

/* ============ CASE STUDIES ============ */

.case-card {
  background: #fff;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: all 0.3s;
  position: relative;
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.case-visual {
  height: 220px;
  background: var(--ink);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.case-visual.terra { background: linear-gradient(135deg, var(--warm) 0%, var(--warm-dk) 100%); }
.case-visual.ink { background: linear-gradient(135deg, var(--ink-soft) 0%, var(--ink) 100%); }
.case-visual.cream {
  background: linear-gradient(135deg, #C9B79F 0%, #8F7A5F 100%);
}

.case-visual .visual-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(0,0,0,0.3) 0%, transparent 50%);
}

.case-tag {
  position: relative;
  display: inline-block;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  text-transform: uppercase;
}

.case-content { padding: 28px; }
.case-content h4 {
  font-size: 22px;
  margin-bottom: 8px;
}
.case-meta {
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.case-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.case-stat-value {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1;
}
.case-stat-label {
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============ TESTIMONIAL ============ */

.testimonial {
  background: var(--cream);
  border-radius: var(--r-xl);
  padding: 48px 32px;
  text-align: center;
  border: 1px solid var(--line);
  position: relative;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 28px;
  font-family: var(--serif);
  font-size: 120px;
  line-height: 1;
  color: var(--warm);
  opacity: 0.35;
}

.testimonial blockquote {
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.4;
  color: var(--ink);
  font-style: italic;
  margin-bottom: 24px;
  font-weight: 400;
}

.testimonial cite {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 600;
}
.testimonial cite span {
  display: block;
  color: var(--ink-mute);
  font-weight: 400;
  font-size: 12.5px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .testimonial { padding: 64px 56px; }
}

/* ============ CLIENT SECTORS ============ */

.client-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 700px) {
  .client-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .client-grid { grid-template-columns: repeat(5, 1fr); }
}

.client-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 20px 16px;
  font-size: 12.5px;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  transition: all 0.2s;
}
.client-tile:hover {
  border-color: var(--terra);
  transform: translateY(-2px);
}
.client-tile strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
}

/* ============ CTA STRIP ============ */

.cta-strip {
  background: var(--ink);
  color: #fff;
  padding: 64px 32px;
  border-radius: var(--r-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(217,120,67,0.20) 0%, transparent 60%);
  pointer-events: none;
}
.cta-strip h3 {
  color: #fff;
  font-size: clamp(28px, 4.5vw, 40px);
  margin-bottom: 12px;
  position: relative;
}
.cta-strip p {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  margin-bottom: 28px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* ============ FOOTER ============ */

footer.site {
  background: var(--ink-dk);
  color: rgba(255,255,255,0.6);
  padding: 64px 0 32px;
  font-size: 14px;
}

footer.site .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 720px) {
  footer.site .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

footer.site h5 {
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

footer.site .brand-footer {
  font-family: var(--serif);
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
footer.site .brand-footer .mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--warm);
  border-radius: 2px;
  transform: rotate(45deg);
}

footer.site ul { list-style: none; }
footer.site ul li { margin-bottom: 10px; }
footer.site a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
footer.site a:hover { color: var(--terra); }

footer.site .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.45);
}

/* ============ ACCORDION (FAQ) ============ */

.accordion-item {
  border-bottom: 1px solid var(--line);
}
.accordion-trigger {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 24px 0;
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 22px);
  color: var(--ink);
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: color 0.2s;
}
.accordion-trigger:hover { color: var(--terra); }
.accordion-trigger::after {
  content: '+';
  font-family: var(--sans);
  font-weight: 300;
  font-size: 28px;
  color: var(--terra);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.accordion-item.open .accordion-trigger::after {
  transform: rotate(45deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion-item.open .accordion-content { max-height: 500px; }
.accordion-content > div {
  padding: 0 0 28px 0;
  color: var(--body);
  font-size: 15.5px;
  line-height: 1.65;
}

/* ============ TWO-COL LAYOUT ============ */

.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 900px) {
  .two-col { grid-template-columns: 1fr 1fr; gap: 64px; }
  .two-col.narrow-right { grid-template-columns: 1.3fr 0.7fr; align-items: center; }
  .two-col.narrow-left { grid-template-columns: 0.7fr 1.3fr; }
}

/* ============ FEATURE LIST ============ */

.feature-list {
  list-style: none;
}
.feature-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
}
.feature-list li:last-child { border-bottom: none; }
.feature-list .num {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--warm);
  font-style: italic;
  width: 32px;
  flex-shrink: 0;
}
.feature-list strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 16px;
}
.feature-list p {
  color: var(--body-soft);
  font-size: 14.5px;
  margin: 0;
  line-height: 1.55;
}

/* ============ DRAFT BANNER (only on test) ============ */

.draft-banner {
  background: var(--terra);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.draft-banner a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.5);
}

/* ============ UTILITY ============ */

.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 16px; }
.mt-4 { margin-top: 32px; }
.mt-6 { margin-top: 48px; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 16px; }
.mb-4 { margin-bottom: 32px; }
.mb-6 { margin-bottom: 48px; }
.text-center { text-align: center; }
.hide-mobile { display: none; }
.hide-desktop { display: block; }
@media (min-width: 768px) {
  .hide-mobile { display: block; }
  .hide-desktop { display: none; }
}

/* ============================================
   PRACOVNÍ VERZE v3 — revizní markery (NEpatří do ostré verze)
   .ph   = placeholder, číslo/údaj k DOPLNĚNÍ s Pavlem (žlutá)
   .pend = reálný údaj/značka KE SCHVÁLENÍ Pavlem před zveřejněním (růžová)
   ============================================ */
.ph {
  background: #FFF3CD;
  border-bottom: 2px dashed #E0A800;
  padding: 0 3px;
  border-radius: 3px;
  cursor: help;
}
.pend {
  background: #FCE4EC;
  border-bottom: 2px dashed #C2185B;
  padding: 0 3px;
  border-radius: 3px;
  cursor: help;
}
.rev-banner {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #1A1A1A;
  color: #fff;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  padding: 8px 16px;
}
.rev-banner b { color: #FFD54F; }
.rev-banner .pk { color: #F48FB1; }
.rev-banner .leg { font-weight: 400; opacity: 0.85; }

/* Revizní panel "Co dodělat" + post-it lístky */
.rev-flash { outline: 3px solid #C2185B; outline-offset: 2px; transition: outline 0.2s; }
.rev-panel { position: fixed; right: 18px; bottom: 18px; z-index: 9000; font-family: var(--sans); }
.rev-fab {
  background: #1A1A1A; color: #fff; border: none; cursor: pointer;
  font-size: 14px; font-weight: 600; padding: 12px 16px; border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25); display: inline-flex; align-items: center; gap: 8px;
}
.rev-fab-count {
  background: #FFD54F; color: #1A1A1A; font-size: 12px; font-weight: 700;
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
}
.rev-list {
  position: absolute; right: 0; bottom: 56px; width: 340px; max-width: calc(100vw - 36px);
  max-height: 70vh; overflow: hidden; background: #fff; border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.28); display: flex; flex-direction: column;
}
.rev-panel.collapsed .rev-list { display: none; }
.rev-list-head { padding: 14px 16px; border-bottom: 1px solid #eee; position: relative; }
.rev-list-head strong { display: block; font-size: 14px; color: #1A1A1A; }
.rev-legend { font-size: 12px; color: #666; margin-top: 6px; }
.rev-legend .dot { display: inline-block; width: 10px; height: 10px; border-radius: 3px; vertical-align: middle; margin-right: 3px; }
.rev-legend .dot.ph { background: #FFF3CD; border: 1px solid #E0A800; }
.rev-legend .dot.pend { background: #FCE4EC; border: 1px solid #C2185B; }
.rev-close { position: absolute; top: 10px; right: 12px; background: none; border: none; font-size: 22px; line-height: 1; cursor: pointer; color: #999; }
.rev-list-body { overflow-y: auto; padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.rev-note {
  display: flex; gap: 8px; align-items: flex-start; text-align: left; width: 100%;
  border: none; cursor: pointer; padding: 10px 12px; border-radius: 8px; font-size: 13px;
  line-height: 1.4; color: #3a3a2a; font-family: var(--sans);
}
.rev-note.ph { background: #FFF3CD; border-left: 4px solid #E0A800; }
.rev-note.pend { background: #FCE4EC; border-left: 4px solid #C2185B; color: #4a2a35; }
.rev-note:hover { filter: brightness(0.97); }
.rev-note-num { font-weight: 700; flex: 0 0 auto; }
.rev-note-txt { flex: 1 1 auto; }

/* Honeypot — skryté antispam pole (nesmí ho vidět ani uživatel, ani screenreader klik) */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Chybová hláška formuláře */
.form-error-msg { color: #c0392b; font-size: 13.5px; margin-top: 10px; line-height: 1.45; }

/* Tým / Lidé Rogosu — karty s kontaktem */
.team-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 680px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.team-card:hover { box-shadow: 0 14px 36px rgba(15,44,74,.10); transform: translateY(-2px); }
.team-photo { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 16%; display: block; background: var(--terra-soft); }
.team-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.team-name { font-family: var(--serif); font-size: 22px; color: var(--ink); line-height: 1.1; margin-bottom: 6px; }
.team-role { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--warm); margin-bottom: 14px; }
.team-bio { font-size: 14px; color: var(--body-soft); line-height: 1.55; margin-bottom: 18px; }
.team-contact { margin-top: 18px; border-top: 1px solid var(--line-soft); padding-top: 14px; display: flex; flex-direction: column; gap: 9px; }
.team-contact a { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink); transition: color .15s; white-space: nowrap; }
.team-contact a:hover { color: var(--terra); }
.team-contact svg { flex: 0 0 auto; color: var(--terra); }

/* Cookie lišta */
.cookie-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9500; background: #0F2C4A; color: #fff; transform: translateY(110%); transition: transform .3s ease; }
.cookie-bar.show { transform: translateY(0); }
.cookie-bar-in { max-width: 1100px; margin: 0 auto; padding: 16px 20px; display: flex; gap: 18px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cookie-txt { font-size: 13px; line-height: 1.5; flex: 1; min-width: 240px; color: rgba(255,255,255,0.9); }
.cookie-txt a { color: #9CC4EE; text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { border: none; cursor: pointer; font-family: var(--sans); font-size: 13px; font-weight: 600; padding: 10px 18px; border-radius: 8px; }
.cookie-btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4); }
.cookie-btn.ghost:hover { border-color: #fff; }
.cookie-btn.primary { background: #2F7DD1; color: #fff; }
.cookie-btn.primary:hover { background: #1F5DA8; }
@media (max-width: 600px) {
  .cookie-bar-in { flex-direction: column; align-items: stretch; gap: 12px; }
  .cookie-btns { justify-content: flex-end; }
}

/* Vlajky (Lokality) — bez peach pozadí */
.flag-chip { width: 44px; height: 30px; border-radius: 5px; overflow: hidden; box-shadow: 0 1px 5px rgba(0,0,0,.14); margin-bottom: 18px; }
.flag-chip img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 768px) { .flag-chip { width: 50px; height: 34px; } }

.case-loc { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--warm); margin-bottom: 12px; }

.logo-strip img { height: 30px; width: auto; opacity: 0.5; transition: opacity .2s; }
.logo-strip img:hover { opacity: 0.85; }

.case-flag { width: 22px; height: 15px; border-radius: 3px; object-fit: cover; box-shadow: 0 1px 3px rgba(0,0,0,.18); flex: 0 0 auto; }

/* Case studie — vnitřní 2-sloupec (příběh | statistiky) */
.case-card.case-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 820px) { .case-card.case-grid { grid-template-columns: 1.7fr 1fr; align-items: start; } }
.case-aside { padding: 28px; }
@media (min-width: 820px) { .case-aside { border-left: 1px solid var(--line); } }
.case-aside .case-stats { display: flex; flex-direction: column; gap: 20px; border-top: none; margin-top: 0; padding-top: 0; }
.case-aside .case-stat-value { font-size: 30px; }
.testimonial + .testimonial { margin-top: 28px; }

.footer-tagline { font-family: var(--serif); font-size: 18px; color: #fff; margin: 6px 0 12px; line-height: 1.3; }

.case-stats--top { background: none; border: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; padding: 24px 0; margin: 22px 0 26px; gap: 24px 36px; }

/* Telefon: předvolba + číslo */
.phone-row { display: flex; gap: 8px; }
.phone-row select { flex: 0 0 auto; width: auto; min-width: 118px; padding: 13px 34px 13px 14px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fff; font-family: var(--sans); font-size: 15px; color: var(--ink); cursor: pointer; }
.phone-row input { flex: 1 1 auto; min-width: 0; }
.phone-row select:focus { outline: none; border-color: var(--terra); }

.case-card-link { display: block; color: inherit; cursor: pointer; }
.case-card-link:hover { color: inherit; }

@media (min-width: 680px) { .team-bio { min-height: 66px; } }

/* Utility nav link — jiné publikum (majitelé nemovitostí), oddělené od firemní cesty */
nav.site .menu a.nav-alt { color: var(--warm-dk); padding-left: 22px; margin-left: 2px; border-left: 1px solid var(--line); }
nav.site .menu a.nav-alt:hover { color: var(--warm); }
nav.site .menu a.nav-alt.active { color: var(--warm-dk); }
nav.site .menu a.nav-alt.active::after { background: var(--warm); }
.mobile-menu a.nav-alt { color: var(--warm-dk); }

/* Přístupnost — viditelný focus pro klávesovou navigaci (nad rámec form inputů) */
a:focus-visible,
button:focus-visible,
.accordion-trigger:focus-visible,
.burger:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--terra);
  outline-offset: 2px;
  border-radius: 3px;
}

/* Přístupnost — přeskočit na obsah (viditelné jen při fokusu klávesnicí) */
.skip-link{position:fixed;top:0;left:0;transform:translateY(-120%);z-index:100000;background:var(--ink,#0a162a);
  color:#fff;padding:12px 18px;border-radius:0 0 10px 0;font:600 15px/1 var(--sans,sans-serif);text-decoration:none;
  transition:transform .15s;}
.skip-link:focus{transform:translateY(0);}

/* Pojistka proti „fantomovému" horizontálnímu scrollu z off-screen prvků (honeypot ap.) */
html{overflow-x:clip;}

/* Responzivita na velmi malých displejích (≤360 px, např. iPhone SE) */
.feature-list li > div { min-width: 0; }   /* nech text zalomit místo přetečení */
@media (max-width: 360px) {
  .wrap, .wrap-narrow { padding: 0 18px; }
}
