/* Cloudflare service and demo pages: /cs/sprava-cloudflare, /en/managed-cloudflare and
   /cs|en/cloudflare-demo, rendered by tools/render_cloudflare_pages.py.
   The markup reuses the site's native Webflow classes (hero with the shield, headings,
   orange cards, check lists, buttons, footer shield CTA). This file only adds layout glue
   and the demo widgets. Every rule is scoped to body.cf-page, so no other page changes.
   Palette and type follow brand/BRAND.md: navy, orange, ice blue, warm white and Borna. */

.cf-page {
  --cf-navy: #0e0e53;
  --cf-orange: #ff6633;
  --cf-orange-deep: #b3401f;
  --cf-orange-light: #fff2ed;
  --cf-warm: #fff9f7;
  --cf-ice: #eff4f6;
  --cf-ok: #1f6b45;
  --cf-ok-light: #e5f1eb;
  --cf-muted: rgba(14, 14, 83, .72);
  --cf-line: rgba(14, 14, 83, .12);
  --cf-line-warm: rgba(255, 102, 51, .32);
  --cf-glow: 0 0 36px 12px rgba(246, 130, 31, .12);
  background-color: var(--cf-warm);
}

.cf-page [hidden] { display: none !important; }
/* Resets sit inside :where() so they weigh one class and never beat component spacing. */
.cf-page :where(.main-wrapper [id]) { scroll-margin-top: 1.5rem; }
.cf-page :where(.main-wrapper h1, .main-wrapper h2, .main-wrapper h3) { margin-top: 0; margin-bottom: 0; text-wrap: balance; }
.cf-page :where(.main-wrapper p) { margin-top: 0; margin-bottom: 0; }
.cf-page .main-wrapper :is(a, button, input, select, textarea, summary):focus-visible { outline: 2px solid var(--cf-navy); outline-offset: 3px; }
/* Webflow widens centred home-h2 headings to 150% on Czech pages, which overflows phones. */
.cf-page .main-wrapper .heading-style-home-h2.text-align-center { width: auto; }

/* ---------- Shared pieces ---------- */

.cf-page .cf-head { max-width: 58rem; margin: 0 auto 4rem; text-align: center; }
.cf-page .cf-head .text-size-large { max-width: 44rem; margin: 1.5rem auto 0; }
.cf-page .cf-lead { margin-top: 1.5rem; }
.cf-page .cf-note { max-width: 44rem; margin: 2.5rem auto 0; text-align: center; color: var(--cf-muted); }
.cf-page .cf-fineprint { margin-top: 1rem; font-size: .875rem; line-height: 1.55; color: var(--cf-muted); }
.cf-page .cf-fineprint:empty { display: none; }

.cf-page .cf-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--cf-navy);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 102, 51, .6);
  text-underline-offset: .35em;
  transition: text-decoration-color .2s;
}
.cf-page .cf-link:hover { text-decoration-color: var(--cf-orange); }
.cf-page .cf-link--inline { display: inline; min-height: 0; }

.cf-page ul.cf-checklist { margin: 0; padding: .25rem 0; list-style: none; }
.cf-page .cf-checklist .cloudflare_feature-1_item { align-items: flex-start; }
.cf-page .cf-checklist .cloudflare_feature-1_item-icon-wrapper { margin-top: .125rem; }
.cf-page .cf-checklist .text-size-medium { line-height: 1.5; }

.cf-page .cf-grid { display: grid; gap: 2rem; }
.cf-page .cf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cf-page .cf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.cf-page .cf-card { display: flex; flex-direction: column; align-items: stretch; min-width: 0; height: 100%; padding: 2rem; }
.cf-page .cf-card-icon { display: block; width: 3rem; height: 3rem; margin-bottom: 2rem; }
.cf-page .cf-card-text { margin-top: .75rem; }
.cf-page .cf-card .cf-checklist { margin-top: 1.75rem; padding-top: 1.75rem; border-top: 1px solid var(--cf-line); }
.cf-page .cf-card .cf-checklist .text-size-medium { font-size: 1rem; }
.cf-page .cf-card .cf-checklist .icon-embed-xsmall { width: 1.25rem; height: 1.25rem; }
.cf-page .cf-card-head { display: flex; align-items: center; gap: 1rem; }
.cf-page .cf-card-head-icon { width: 3rem; height: 3rem; flex: none; }

/* Icon, title, text and list rows line up across cards in a row. */
@supports (grid-template-rows: subgrid) {
  .cf-page .cf-grid--rows3 > .cf-card { display: grid; grid-row: span 3; grid-template-rows: subgrid; row-gap: 0; }
  .cf-page .cf-grid--rows4 > .cf-card { display: grid; grid-row: span 4; grid-template-rows: subgrid; row-gap: 0; }
}

.cf-page .cf-section--tight > .padding-global > .container-large > .padding-section-large { padding-top: 5rem; padding-bottom: 5rem; }
/* The first demo follows the hero directly, so the WAF card comes up sooner. */
.cf-page .cf-section--tight.cf-section--first > .padding-global > .container-large > .padding-section-large { padding-top: 2.5rem; }
.cf-page .cf-section--services { background-position: 50% 108%; }
.cf-page .cf-section--value { background-position: 50% 125%; }

.cf-page .cf-split .cf-checklist { margin-top: 2rem; }
.cf-page .cf-split .button-group { justify-content: flex-start; margin-top: 2.5rem; }
.cf-page .cf-split-media { min-width: 0; }

.cf-page .cf-details { margin-top: 1.5rem; border-top: 1px solid var(--cf-line); }
.cf-page .cf-details > summary,
.cf-page .cf-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; list-style: none; cursor: pointer; color: var(--cf-navy); font-weight: 600; }
.cf-page .cf-details > summary { min-height: 3.25rem; padding-top: 1rem; font-size: .9375rem; }
.cf-page .cf-details > summary::-webkit-details-marker,
.cf-page .cf-faq summary::-webkit-details-marker { display: none; }
.cf-page .cf-details > summary::after,
.cf-page .cf-faq summary::after {
  content: "";
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid var(--cf-line-warm);
  border-radius: 50%;
  background:
    linear-gradient(var(--cf-orange), var(--cf-orange)) center / .75rem 2px no-repeat,
    linear-gradient(var(--cf-orange), var(--cf-orange)) center / 2px .75rem no-repeat;
  transition: border-color .2s;
}
.cf-page .cf-details[open] > summary::after,
.cf-page .cf-faq details[open] summary::after { background: linear-gradient(var(--cf-orange), var(--cf-orange)) center / .75rem 2px no-repeat; }
.cf-page .cf-details > summary:hover::after,
.cf-page .cf-faq summary:hover::after { border-color: var(--cf-orange); }
.cf-page .cf-details > :not(summary) { margin-top: .75rem; }
.cf-page .cf-details p { color: var(--cf-muted); font-size: .9375rem; line-height: 1.6; }

/* ---------- Hero ---------- */

.cf-page .cf-hero .hero-text-wrap > .button-group { column-gap: 2.25rem; }
.cf-page .cf-assurances { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 2rem; margin: 2.25rem 0 0; padding: 0; list-style: none; }
.cf-page .cf-assurances li { display: flex; align-items: center; gap: .5rem; font-size: .9375rem; font-weight: 500; line-height: 1.4; }
.cf-page .cf-assurance-icon { display: block; width: 1.25rem; height: 1.25rem; flex: none; }
.cf-page .section_header5-cloudflare.cf-hero--compact { height: auto; }
.cf-page .cf-hero--compact .padding-section-large { padding-bottom: 3.5rem; }

.cf-page .cf-demo-nav-wrap { width: 100%; }
.cf-page .cf-demo-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin: 2.75rem 0 0; padding: 0; list-style: none; }
.cf-page .cf-demo-nav a {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  min-height: 2.875rem;
  padding: .5rem 1.125rem .5rem .875rem;
  border: 1px solid var(--cf-line-warm);
  border-radius: 6rem;
  background: #fff;
  color: var(--cf-navy);
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
}
.cf-page .cf-demo-nav a:hover { border-color: var(--cf-orange); box-shadow: 0 0 1rem rgba(255, 102, 51, .22); }
.cf-page .cf-demo-nav svg { width: 1.25rem; height: 1.25rem; flex: none; color: var(--cf-orange); }
.cf-page .cf-offline { max-width: 44rem; margin: 1.5rem auto 0; padding: .875rem 1.25rem; border: 1px solid var(--cf-line-warm); border-radius: 1rem; background: var(--cf-orange-light); color: var(--cf-orange-deep); font-size: .9375rem; line-height: 1.5; text-align: center; }

/* ---------- Service page ---------- */

.cf-page .cf-badges { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; justify-items: center; margin: 0; }
.cf-page .cf-badges img { width: 100%; max-width: 11rem; height: auto; }
.cf-page .cf-badges figcaption { grid-column: 1 / -1; color: var(--cf-muted); font-size: .9375rem; text-align: center; }

.cf-page .cf-banner { flex-direction: row; align-items: center; gap: 2rem 2.5rem; margin-top: 5rem; padding: 2.5rem; }
.cf-page .cf-banner-icon { width: 4rem; height: 4rem; flex: none; }
.cf-page .cf-banner-copy { flex: 1; min-width: 0; }
.cf-page .cf-banner-copy .text-size-regular { margin-top: .5rem; }
.cf-page .cf-banner .button { flex: none; }

.cf-page .cf-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; margin: 0; padding: 0; list-style: none; }
.cf-page .cf-step { padding-top: 2rem; border-top: 1px solid var(--cf-line-warm); }
.cf-page .cf-step .about-us_stats_number { display: block; margin-bottom: 1rem; line-height: 1; }
.cf-page .cf-step .text-size-regular { margin-top: .75rem; }

.cf-page .cf-faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 5rem; align-items: start; }
.cf-page .cf-faq { border-top: 1px solid var(--cf-line); }
.cf-page .cf-faq details { border-bottom: 1px solid var(--cf-line); }
.cf-page .cf-faq summary { padding: 1.5rem 0; font-size: 1.25rem; line-height: 1.4; }
.cf-page .cf-faq details p { padding: 0 3.25rem 1.75rem 0; color: var(--cf-muted); font-size: 1.0625rem; line-height: 1.65; }

.cf-page .cf-contact { background-image: url("/cdn.prod.website-files.com/672378ba82b4ab2f45d8226e/6736228dc516147837b54ee3_footer-orange-2.svg"); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; }
.cf-page .cf-contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 35rem); gap: 5rem; align-items: center; }
.cf-page .cf-contact-copy .heading-style-home-h2 { font-size: 3.5rem; }
.cf-page .cf-contact-copy .text-size-large { margin-top: 1.5rem; }
.cf-page .cf-contact-copy .cf-checklist { margin-top: 2rem; }
.cf-page .cf-direct { display: grid; gap: .5rem; margin-top: 2.5rem; }
.cf-page .cf-direct-mail { width: fit-content; color: var(--cf-navy); font-size: 1.5rem; font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: rgba(255, 102, 51, .6); text-underline-offset: .3em; }
.cf-page .cf-direct-phones { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; }
.cf-page .cf-direct-phones a { color: var(--cf-navy); font-size: 1.125rem; font-weight: 600; text-decoration: none; }
.cf-page .cf-direct-note { color: var(--cf-muted); font-size: .9375rem; }

.cf-page .cf-form-block { min-width: 0; margin: 0; }
.cf-page .cf-form { display: grid; gap: 1.25rem; padding: 2.25rem; border: 1px solid var(--cf-orange); border-radius: 1.5rem; background: #fff; box-shadow: var(--cf-glow); }
.cf-page .cf-form .form_field-label { display: block; }
.cf-page .main-wrapper .form_field-label span { font-weight: 400; opacity: .7; }
.cf-page .cf-form .form_input { width: 100%; margin: 0; }
.cf-page .main-wrapper .form_input:focus { border-color: var(--cf-orange); outline: none; box-shadow: 0 0 0 3px rgba(255, 102, 51, .2); }
.cf-page .main-wrapper .form_input.no-icon { padding-left: 1.5rem; }
/* The native input icons are teal (contact page); on the orange Cloudflare pages they use brand orange. */
.cf-page .main-wrapper input.form_input.name { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='24' viewBox='0 0 33 24' fill='none'%3E%3Cpath d='M5 20.0001C5 17.5001 7 15.6001 9.4 15.6001H14.5C17 15.6001 18.9 17.6001 18.9 20.0001' stroke='%23FF6633' stroke-width='1.4824' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 5.2C16.7 6.9 16.7 9.6 15 11.2C13.3 12.8 10.6 12.9 8.99999 11.2C7.39999 9.5 7.29999 6.8 8.99999 5.2C10.7 3.6 13.3 3.6 15 5.2' stroke='%23FF6633' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='32.5' y1='2' x2='32.5' y2='22' stroke='%23E4E8EE'/%3E%3C/svg%3E"); }
.cf-page .main-wrapper input.form_input[type="email"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='24' viewBox='0 0 33 24' fill='none'%3E%3Cpath d='M3 7.55203V17C3 18.657 4.343 20 6 20H18C19.657 20 21 18.657 21 17V7.55103' stroke='%23FF6633' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.492 12H15.508C16.109 12 16.695 11.82 17.193 11.483L19.88 9.663C20.58 9.189 21 8.398 21 7.552V7.552C21 6.142 19.857 5 18.446 5H5.554C4.143 5 3 6.142 3 7.551V7.551C3 8.397 3.42 9.188 4.121 9.663L6.808 11.483C7.305 11.82 7.892 12 8.492 12Z' stroke='%23FF6633' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='32.5' y1='2' x2='32.5' y2='22' stroke='%23E4E8EE'/%3E%3C/svg%3E"); }
.cf-page .cf-consent { display: flex; align-items: flex-start; gap: .75rem; margin: 0; font-size: .875rem; font-weight: 400; line-height: 1.55; cursor: pointer; }
.cf-page .cf-consent input { flex: none; width: 1.25rem; height: 1.25rem; margin: .1rem 0 0; accent-color: var(--cf-orange); cursor: pointer; }
.cf-page .cf-consent a { color: var(--cf-navy); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(255, 102, 51, .6); text-underline-offset: .2em; }
.cf-page .cf-form .cf-turnstile { min-height: 65px; }
.cf-page .cf-form-msg { padding: .875rem 1rem; border: 1px solid var(--cf-line-warm); border-radius: 1rem; background: var(--cf-orange-light); color: var(--cf-orange-deep); font-size: .9375rem; line-height: 1.5; }
.cf-page .cf-form .cf-submit { width: 100%; border: 0; font-family: inherit; font-size: 1rem; cursor: pointer; }
.cf-page .cf-form-done.w-form-done { padding: 3rem 2.25rem; border: 1px solid var(--cf-orange); border-radius: 1.5rem; background: #fff; box-shadow: var(--cf-glow); text-align: center; }
.cf-page .cf-done-icon { display: block; width: 3.5rem; height: 3.5rem; margin: 0 auto 1.5rem; }
.cf-page .cf-form-done .text-size-regular { max-width: 24rem; margin: .75rem auto 0; }

/* Vlna v sekcích s oranžovým podkladem má rovnou horní i dolní hranu, takže sekci
   ostře oddělí od okolí. Překryjeme ji přechodem z barvy stránky: vlna zůstane,
   ale do sousedních sekcí přechází plynule. Pozice vlny kopíruje původní breakpointy. */
.cf-page .section_cloudflare_feature-3 {
  background-image:
    linear-gradient(180deg, var(--cf-warm) 0, rgba(255, 249, 247, 0) 20%),
    linear-gradient(0deg, var(--cf-warm) 0, rgba(255, 249, 247, 0) 12%),
    url("/cdn.prod.website-files.com/672378ba82b4ab2f45d8226e/674093aa893aa33acf17ca11_wave-orange-new.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%, auto;
  background-position: 0 0, 0 0, 50% 120%;
}
@media (max-width: 767px) {
  .cf-page .section_cloudflare_feature-3 { background-position: 0 0, 0 0, 50% 130%; }
}
@media (max-width: 479px) {
  .cf-page .section_cloudflare_feature-3 { background-position: 0 0, 0 0, 50% 119%; }
}

/* ---------- Demo page ---------- */

.cf-page .cf-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 3.5rem; align-items: start; padding: 3rem; border: 1px solid var(--cf-orange); border-radius: 1.5rem; background: #fff; box-shadow: var(--cf-glow); }
.cf-page .cf-feature .heading-style-home-h4 { font-size: 2rem; line-height: 1.25; }
.cf-page .cf-demo-pair { margin-top: 2rem; }

.cf-page .cf-howto { display: grid; gap: 1.25rem; margin: 2rem 0 0; padding: 0; list-style: none; counter-reset: cf-howto; }
.cf-page .cf-howto li { display: grid; grid-template-columns: 2.25rem minmax(0, 1fr); column-gap: 1rem; align-items: start; }
.cf-page .cf-howto li::before { content: counter(cf-howto); counter-increment: cf-howto; display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--cf-orange-light); color: var(--cf-orange-deep); font-weight: 600; }
.cf-page .cf-howto strong { display: block; font-size: 1.125rem; font-weight: 600; line-height: 1.4; }
.cf-page .cf-howto span { display: block; margin-top: .25rem; color: var(--cf-muted); line-height: 1.55; }

.cf-page .cf-why { margin-top: 2rem; padding: 1.25rem 1.5rem; border: 1px solid var(--cf-line-warm); border-radius: 1rem; background: var(--cf-warm); }
.cf-page .cf-why strong { display: block; margin-bottom: .25rem; font-weight: 600; }
.cf-page .cf-why p { color: var(--cf-muted); line-height: 1.55; }
.cf-page .cf-why--line { margin-top: 1.5rem; padding: 1.25rem 0 0; border: 0; border-top: 1px solid var(--cf-line); border-radius: 0; background: none; }

.cf-page .cf-console { display: flex; flex-direction: column; gap: 1.25rem; min-width: 0; padding: 1.75rem; border-radius: 1.25rem; background: var(--cf-ice); }
.cf-page .cf-console .cf-details { margin-top: 0; border-top-color: rgba(14, 14, 83, .1); }
.cf-page .cf-console .cf-fineprint { margin-top: 0; }
.cf-page .cf-flow { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.cf-page .cf-flow li { position: relative; padding: .375rem .875rem; border: 1px solid rgba(14, 14, 83, .16); border-radius: 6rem; background: #fff; font-size: .875rem; font-weight: 600; line-height: 1.3; }
.cf-page .cf-flow li + li::before { content: ""; position: absolute; top: 50%; left: -1.5rem; width: 1.5rem; height: 1px; background: rgba(14, 14, 83, .3); }
.cf-page .cf-flow li.is-cf { border-color: var(--cf-orange); color: var(--cf-orange-deep); }

.cf-page .cf-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.cf-page .cf-demo-card .cf-actions { margin-top: 1.25rem; }
.cf-page .igx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.875rem;
  margin: 0;
  padding: .625rem 1.25rem;
  border: 1px solid rgba(14, 14, 83, .2);
  border-radius: 6rem;
  background: #fff;
  color: var(--cf-navy);
  font-family: inherit;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.cf-page .igx-btn:hover { border-color: var(--cf-orange); }
.cf-page .igx-btn.igx-outline { border-color: var(--cf-orange); box-shadow: 0 0 1rem rgba(255, 102, 51, .14); }
.cf-page .igx-btn.igx-outline:hover { box-shadow: 0 0 1rem rgba(255, 102, 51, .4); }
.cf-page .igx-btn.igx-orange { border-color: var(--cf-orange); background: var(--cf-orange); color: #fff; box-shadow: inset 0 2px 16px rgba(255, 255, 255, .4), 0 0 24px 6px rgba(255, 104, 54, .28); }
.cf-page .igx-btn.igx-orange:hover { box-shadow: inset 0 2px 16px rgba(255, 255, 255, .4), 0 0 28px 8px rgba(255, 104, 54, .45); }
.cf-page .igx-btn.igx-ghost { border-color: transparent; background: transparent; text-decoration: underline; text-decoration-color: rgba(14, 14, 83, .3); text-underline-offset: .3em; }
.cf-page .igx-btn.igx-ghost:hover { text-decoration-color: var(--cf-orange); }
.cf-page .igx-btn:disabled { opacity: .55; cursor: progress; }

.cf-page .igx-out { min-height: 4.25rem; margin: 0; padding: 1rem 1.25rem; border: 1px solid rgba(14, 14, 83, .12); border-radius: .875rem; background: #fff; color: var(--cf-navy); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .875rem; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.cf-page .cf-demo-card .igx-out { margin-top: 1rem; border-color: transparent; background: var(--cf-ice); }
.cf-page .igx-out.igx-err { border-color: rgba(255, 102, 51, .45); background: var(--cf-orange-light); color: var(--cf-orange-deep); }
.cf-page .igx-sql { min-height: 0; overflow-x: auto; white-space: pre; overflow-wrap: normal; }
.cf-page .igx-chips { display: flex; flex-wrap: wrap; gap: .375rem; margin-top: .75rem; }
.cf-page .igx-chips:empty { display: none; }
.cf-page .igx-chip { min-width: 2.75rem; padding: .25rem .5rem; border-radius: .5rem; background: var(--cf-ok-light); color: var(--cf-ok); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8125rem; font-weight: 600; text-align: center; }
.cf-page .igx-chip.igx-blocked { background: var(--cf-orange-light); color: var(--cf-orange-deep); }

.cf-page .cf-score { display: flex; align-items: baseline; gap: .5rem; margin-top: 1.5rem; }
.cf-page .igx-score { font-size: 4.5rem; font-weight: 600; line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.cf-page .cf-score-of { color: var(--cf-muted); font-size: 1.25rem; }
.cf-page .cf-verdict { margin-top: .5rem; font-size: 1.0625rem; font-weight: 500; }

.cf-page .igx-table { width: 100%; margin-top: 1.25rem; border-collapse: collapse; table-layout: fixed; font-size: .9375rem; }
.cf-page .igx-table th { width: 44%; padding: .7rem 1rem .7rem 0; border-bottom: 1px solid var(--cf-line); color: var(--cf-muted); font-weight: 400; text-align: left; vertical-align: top; }
.cf-page .igx-table td { padding: .7rem 0; border-bottom: 1px solid var(--cf-line); font-weight: 600; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.cf-page .cf-details .igx-table { margin-top: .5rem; }

.cf-page .cf-access { padding: 2.5rem; border: 1px solid var(--cf-orange); border-radius: 1.5rem; background: #fff; }
.cf-page .cf-access-label { display: inline-block; margin-bottom: 1.25rem; padding: .375rem .875rem; border-radius: 6rem; background: var(--cf-orange-light); color: var(--cf-orange-deep); font-size: .875rem; font-weight: 600; }
.cf-page .cf-access-steps { margin: 0; padding: 0; list-style: none; }
.cf-page .cf-access-steps > li { position: relative; display: grid; grid-template-columns: 3.5rem minmax(0, 1fr); column-gap: 1.25rem; align-items: center; padding: 1rem 0; }
.cf-page .cf-access-steps > li + li::before { content: ""; position: absolute; top: -1rem; left: calc(1.75rem - 1px); height: 2rem; border-left: 2px dotted rgba(255, 102, 51, .55); }
.cf-page .cf-access-icon { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; background: var(--cf-orange-light); color: var(--cf-orange); }
.cf-page .cf-access-icon svg { width: 1.625rem; height: 1.625rem; }
.cf-page .cf-access-steps > li.is-edge .cf-access-icon { background: var(--cf-orange); color: #fff; box-shadow: 0 0 1.5rem rgba(255, 102, 51, .45); }
.cf-page .cf-access-steps strong { display: block; font-size: 1.125rem; font-weight: 600; line-height: 1.35; }
.cf-page .cf-access-steps li > div > span { display: block; margin-top: .25rem; color: var(--cf-muted); font-size: .9375rem; line-height: 1.5; }

.cf-page .cf-guestbook { display: grid; gap: 1rem; margin-top: 1.5rem; }
.cf-page .cf-guestbook .cf-actions { margin-top: 0; }
.cf-page .cf-turnstile-slot { min-height: 65px; }
.cf-page .igx-gb-list { display: grid; gap: .625rem; max-height: 17rem; margin-top: 1rem; overflow: auto; }
.cf-page .igx-gb-item { padding: .875rem 1rem; border: 1px solid var(--cf-line); border-radius: .875rem; background: var(--cf-warm); font-size: .9375rem; line-height: 1.5; overflow-wrap: anywhere; }
.cf-page .igx-gb-item small { color: var(--cf-muted); font-size: .8125rem; }

.cf-page .cf-ai { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 5rem; align-items: center; }
.cf-page .cf-chat { display: flex; flex-direction: column; gap: 1.25rem; min-width: 0; padding: 2rem; border: 1px solid var(--cf-orange); border-radius: 1.5rem; background: #fff; }
.cf-page .cf-chat .cf-fineprint { margin-top: 0; }
.cf-page .cf-chat-intro { padding: 1.5rem; border-radius: 1rem; background: var(--cf-warm); }
.cf-page .cf-chat-intro .text-size-regular { margin-top: .25rem; }
.cf-page .cf-prompts { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.cf-page .igx-btn.igx-prompt { min-height: 2.5rem; padding: .5rem 1rem; font-size: .875rem; font-weight: 500; text-align: left; }
.cf-page .igx-chat-log { display: flex; flex-direction: column; gap: .75rem; max-height: 26rem; overflow: auto; }
.cf-page .igx-chat-log:empty { display: none; }
.cf-page .igx-msg { max-width: 88%; padding: .875rem 1.125rem; border-radius: 1.125rem; font-size: .9375rem; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.cf-page .igx-msg-user { align-self: flex-end; border-bottom-right-radius: .375rem; background: var(--cf-navy); color: #fff; }
.cf-page .igx-msg-bot { align-self: flex-start; border-bottom-left-radius: .375rem; background: var(--cf-ice); color: var(--cf-navy); }
.cf-page .igx-chat-row { display: flex; align-items: center; gap: .75rem; }
.cf-page .igx-chat-row .form_input { flex: 1; min-width: 0; }

.cf-page .cf-final-cta .padding-section-large { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.cf-page .cf-final-cta .text-cta-wrap { max-width: 58rem; align-items: center; }
.cf-page .cf-final-cta .text-size-large { max-width: 40rem; }
.cf-page .cf-final-cta .button-group { column-gap: 2.25rem; }

/* ---------- Responsive, matching the Webflow breakpoints ---------- */

@media (max-width: 991px) {
  .cf-page .cf-head { margin-bottom: 3rem; }
  .cf-page .cf-grid--3 { grid-template-columns: minmax(0, 1fr); max-width: 40rem; margin-inline: auto; }
  .cf-page .cf-feature { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; padding: 2.5rem; }
  .cf-page .cf-ai,
  .cf-page .cf-faq-layout,
  .cf-page .cf-contact-layout { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
  .cf-page .cf-contact-copy .heading-style-home-h2 { font-size: 2.75rem; }
  .cf-page .cf-steps { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; max-width: 40rem; margin-inline: auto; }
  .cf-page .cf-split { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
  .cf-page .cf-badges { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 44rem; margin-inline: auto; }
  .cf-page .cf-banner { flex-direction: column; align-items: flex-start; }
  .cf-page .cf-banner { margin-top: 3.5rem; }
  .cf-page .cf-section--tight > .padding-global > .container-large > .padding-section-large { padding-top: 4.5rem; padding-bottom: 4.5rem; }
}

@media (max-width: 767px) {
  .cf-page .cf-grid--2,
  .cf-page .cf-steps { grid-template-columns: minmax(0, 1fr); }
  .cf-page .cf-head { margin-bottom: 2.5rem; }
  .cf-page .cf-section--tight > .padding-global > .container-large > .padding-section-large { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .cf-page .cf-card,
  .cf-page .cf-banner,
  .cf-page .cf-feature,
  .cf-page .cf-access,
  .cf-page .cf-chat { padding: 1.5rem; }
  .cf-page .cf-feature .heading-style-home-h4 { font-size: 1.5rem; }
  .cf-page .cf-console { padding: 1.25rem; }
  .cf-page .cf-banner { flex-direction: column; align-items: flex-start; }
  .cf-page .cf-faq summary { padding: 1.25rem 0; font-size: 1.0625rem; }
  .cf-page .cf-faq details p { padding-right: 0; font-size: 1rem; }
  .cf-page .cf-contact { background-position: 50% 0; background-size: 100% auto; }
  .cf-page .cf-contact-copy .heading-style-home-h2 { font-size: 2.25rem; }
  .cf-page .cf-form { padding: 1.5rem; }
  .cf-page .cf-step .about-us_stats_number { font-size: 2.75rem; }
  .cf-page .igx-score { font-size: 3.75rem; }
  .cf-page .cf-final-cta .padding-section-large { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
}

@media (max-width: 479px) {
  .cf-page .section_header5-cloudflare.cf-hero { height: auto; min-height: 100dvh; }
  .cf-page .section_header5-cloudflare.cf-hero--compact { min-height: 0; }
  /* Taller shield keeps its bottom arc below the hero assurances instead of through them. */
  .cf-page .section_header5-cloudflare.cf-hero:not(.cf-hero--compact) { background-size: auto 118%, auto; background-position: 50% 0, 0 0; }
  .cf-page .cf-assurances { flex-direction: column; align-items: center; gap: .5rem; }
  .cf-page .cf-demo-nav { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
  .cf-page .cf-demo-nav a { width: 100%; padding-inline: .75rem; font-size: .8125rem; }
  .cf-page .cf-flow { gap: .5rem; }
  .cf-page .cf-flow li + li::before { display: none; }
  .cf-page .cf-actions .igx-btn { flex: 1 1 100%; }
  .cf-page .igx-chat-row { flex-direction: column; align-items: stretch; }
  .cf-page .cf-form { padding: 1.25rem; }
  .cf-page .cf-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 1rem; }
  .cf-page .cf-direct-mail { font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cf-page .main-wrapper * { transition: none !important; }
}

/* --- Demo playground: rozcestník + záložky ------------------------------- */
.cf-page .cf-pg-picks { gap: 1rem; }
.cf-page .cf-pg-pick {
  display: grid;
  gap: .55rem;
  justify-items: start;
  text-align: left;
  padding: 1.5rem 1.6rem;
  background: var(--cf-warm);
  border: 1px solid var(--cf-line-warm);
  border-radius: 20px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color .15s ease, transform .15s ease;
}
.cf-page .cf-pg-pick:hover { border-color: var(--cf-orange); transform: translateY(-2px); }
.cf-page .cf-pg-pick:focus-visible { outline: 3px solid var(--cf-orange); outline-offset: 3px; }
.cf-page .cf-pg-pick h3 { margin: 0; }
.cf-page .cf-pg-pick-cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .2rem;
  color: var(--cf-orange-deep);
  font-weight: 600;
}
.cf-page .cf-pg-pick-cta svg { width: 18px; height: 18px; }

.cf-page .cf-pg {
  border: 1px solid var(--cf-line);
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 24px 60px -48px var(--cf-glow);
}
.cf-page .cf-pg-tabs {
  display: flex;
  gap: .25rem;
  padding: .5rem;
  background: var(--cf-ice);
  border-bottom: 1px solid var(--cf-line);
  overflow-x: auto;
  scrollbar-width: thin;
}
.cf-page .cf-pg-tab {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  padding: .7rem 1.1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--cf-navy);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.cf-page .cf-pg-tab svg { width: 20px; height: 20px; opacity: .75; }
.cf-page .cf-pg-tab:hover { background: rgba(255, 102, 51, .12); }
.cf-page .cf-pg-tab.is-active { background: var(--cf-orange); color: #fff; }
.cf-page .cf-pg-tab.is-active svg { opacity: 1; }
.cf-page .cf-pg-tab:focus-visible { outline: 3px solid var(--cf-orange-deep); outline-offset: 2px; }
.cf-page .cf-pg-body { padding: clamp(1.25rem, 3vw, 2.5rem); }
.cf-page .cf-pg-panel[hidden] { display: none; }
.cf-page .cf-pg-panel > .cf-head { margin-bottom: 1.5rem; }
.cf-page .cf-pg-panel .cf-head h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }

@media (max-width: 767px) {
  .cf-page .cf-pg-picks { grid-template-columns: minmax(0, 1fr); }
  .cf-page .cf-pg-tabs { padding: .4rem; }
  .cf-page .cf-pg-tab { padding: .6rem .85rem; font-size: .95rem; }
  .cf-page .cf-pg-tab span { display: none; }
  .cf-page .cf-pg-tab.is-active span { display: inline; }
  .cf-page .cf-pg-body { padding: 1.1rem; }
}
.cf-page .cf-pg-pick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--cf-line-warm);
  color: var(--cf-orange-deep);
}
.cf-page .cf-pg-pick-icon svg { width: 24px; height: 24px; }

/* Kontaktní popup (#cf-contact-modal) má vlastní soubor public/cf-modal.css,
   protože visí i na stránkách bez body.cf-page. */

/* --- Stránka akce ---------------------------------------------------------- */
.cf-page .cf-template-banner {
  margin: 1.25rem auto 0;
  max-width: 44rem;
  padding: .6rem 1rem;
  border-radius: 12px;
  background: var(--cf-orange-light);
  border: 1px dashed var(--cf-orange);
  color: var(--cf-orange-deep);
  font-size: .9rem;
  text-align: center;
}
.cf-page .cf-event-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1.5rem;
  margin-top: 1.1rem;
  color: var(--cf-muted);
  font-weight: 600;
}
.cf-page .cf-event-meta svg { width: 20px; height: 20px; margin-right: .35rem; vertical-align: -4px; color: var(--cf-orange-deep); }
.cf-page .cf-agenda { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; gap: .6rem; }
.cf-page .cf-agenda li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: .75rem;
  padding: .85rem 1rem;
  background: var(--cf-warm);
  border: 1px solid var(--cf-line-warm);
  border-radius: 14px;
}
.cf-page .cf-agenda-time { font-weight: 700; color: var(--cf-orange-deep); font-variant-numeric: tabular-nums; }
.cf-page .cf-event-side { display: grid; gap: .9rem; align-content: start; }
.cf-page .cf-event-side h3 { margin: 0; }
.cf-page .cf-speakers { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.cf-page .cf-speakers li {
  display: grid;
  padding: .8rem 1rem;
  background: #fff;
  border: 1px solid var(--cf-line);
  border-radius: 14px;
}
.cf-page .cf-speakers span { color: var(--cf-muted); font-size: .92rem; }
@media (max-width: 767px) {
  .cf-page .cf-agenda li { grid-template-columns: minmax(0, 1fr); gap: .2rem; }
}

/* --- Konverze pod playgroundem -------------------------------------------- */
.cf-page .cf-after-playground {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--cf-warm);
  border: 1px solid var(--cf-line-warm);
  border-radius: 24px;
}
.cf-page .cf-after-playground h2 { margin: 0 0 .5rem; }
.cf-page .cf-after-playground .cf-lead { margin: 0; max-width: 46ch; }
.cf-page .cf-after-playground h3 { margin: 0 0 .5rem; }
.cf-page .cf-mid-cta { margin-top: clamp(2rem, 4vw, 3rem); }

/* --- Kontakt bez formuláře na stránce ------------------------------------- */
/* Bez formuláře stojí kontakt v jednom sloupci na střed, ať štít v pozadí sedí pod obsahem. */
.cf-page .cf-contact-layout--simple { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; justify-items: center; text-align: center; }
.cf-page .cf-contact-layout--simple .cf-contact-copy { max-width: 46rem; }
.cf-page .cf-contact-layout--simple .cf-checklist { display: inline-grid; text-align: left; }
.cf-page .cf-contact-layout--simple .cf-direct { justify-items: center; }
.cf-page .cf-contact-layout--simple .cf-direct-phones { justify-content: center; }
.cf-page .cf-contact-actions { display: grid; gap: 1rem; justify-items: center; }
