
.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="9a5cc0"] {
  --section-id: "9a5cc0";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/9a5cc0";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/9a5cc0";
}
.strip[data-id="9a5cc0"] .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid #dce7f2;
  box-shadow: 0 8px 28px rgba(13, 35, 64, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: Inter, Arial, sans-serif;
}
.strip[data-id="9a5cc0"] .header-shell {
  max-width: 1240px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.strip[data-id="9a5cc0"] .brand {
  position: relative;
  flex: 0 0 118px;
  display: inline-flex;
  align-items: center;
  width: 118px;
  height: 40px;
}
.strip[data-id="9a5cc0"] .brand img {
  display: block;
  width: 118px;
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}
.strip[data-id="9a5cc0"] .logo-light {
  display: none !important;
}
.strip[data-id="9a5cc0"] .desktop-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 21px;
}
.strip[data-id="9a5cc0"] .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  color: #263b55;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id="9a5cc0"] .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  background: #087ea4;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}
.strip[data-id="9a5cc0"] .nav-link:hover, .strip[data-id="9a5cc0"] .nav-link:focus-visible, .strip[data-id="9a5cc0"] .nav-link.is-active {
  color: #087ea4;
}
.strip[data-id="9a5cc0"] .nav-link:hover:after, .strip[data-id="9a5cc0"] .nav-link:focus-visible:after, .strip[data-id="9a5cc0"] .nav-link.is-active:after {
  transform: scaleX(1);
}
.strip[data-id="9a5cc0"] .header-actions, .strip[data-id="9a5cc0"] .mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.strip[data-id="9a5cc0"] .webmail-button, .strip[data-id="9a5cc0"] .admin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.strip[data-id="9a5cc0"] .webmail-button {
  gap: 8px;
  padding: 0 18px;
  color: #fff;
  background: #087ea4;
  box-shadow: 0 4px 10px rgba(8, 126, 164, 0.12);
}
.strip[data-id="9a5cc0"] .webmail-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id="9a5cc0"] .webmail-button:hover, .strip[data-id="9a5cc0"] .webmail-button:focus-visible {
  color: #fff;
  background: #075e7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(8, 126, 164, 0.24);
}
.strip[data-id="9a5cc0"] .admin-button {
  padding: 0 15px;
  color: #163452;
  border: 1px solid #a9bfd3;
  background: rgba(255, 255, 255, 0.55);
}
.strip[data-id="9a5cc0"] .admin-button:hover, .strip[data-id="9a5cc0"] .admin-button:focus-visible {
  color: #087ea4;
  border-color: #087ea4;
  background: #fff;
  transform: translateY(-1px);
}
.strip[data-id="9a5cc0"] .menu-toggle {
  display: none;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin-left: auto;
  border: 1px solid #dce7f2;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}
.strip[data-id="9a5cc0"] .menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: #163452;
  transition: transform 180ms ease, opacity 180ms ease;
}
.strip[data-id="9a5cc0"] .mobile-menu {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .strip[data-id="9a5cc0"] .logo-dark {
    display: none !important;
  }
  .strip[data-id="9a5cc0"] .logo-light {
    display: block !important;
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .strip[data-id="9a5cc0"] .header-shell {
    gap: 18px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .strip[data-id="9a5cc0"] .desktop-nav {
    gap: 13px;
  }
  .strip[data-id="9a5cc0"] .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  .strip[data-id="9a5cc0"] .header-shell {
    min-height: 64px;
    padding: 0 20px;
  }
  .strip[data-id="9a5cc0"] .desktop-nav, .strip[data-id="9a5cc0"] .desktop-actions {
    display: none;
  }
  .strip[data-id="9a5cc0"] .menu-toggle {
    display: block;
  }
  .strip[data-id="9a5cc0"] .mobile-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    border-top: 1px solid transparent;
    background: #fff;
    transition: max-height 260ms ease, opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
  }
  .strip[data-id="9a5cc0"] .mobile-menu.is-open {
    max-height: 620px;
    opacity: 1;
    transform: translateY(0);
    border-top-color: #e3edf5;
  }
  .strip[data-id="9a5cc0"] .mobile-nav {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 20px 20px;
  }
  .strip[data-id="9a5cc0"] .mobile-nav > a {
    display: block;
    padding: 13px 4px;
    border-bottom: 1px solid #e3edf5;
    color: #263b55;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }
  .strip[data-id="9a5cc0"] .mobile-nav > a:hover, .strip[data-id="9a5cc0"] .mobile-nav > a:focus-visible {
    color: #087ea4;
  }
  .strip[data-id="9a5cc0"] .mobile-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
  }
  .strip[data-id="9a5cc0"] .mobile-actions .webmail-button, .strip[data-id="9a5cc0"] .mobile-actions .admin-button {
    width: 100%;
  }
  .strip[data-id="9a5cc0"] .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .strip[data-id="9a5cc0"] .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="9a5cc0"] .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media (max-width: 480px) {
  .strip[data-id="9a5cc0"] .header-shell {
    padding: 0 16px;
  }
  .strip[data-id="9a5cc0"] .mobile-nav {
    padding-right: 16px;
    padding-left: 16px;
  }
}.strip[data-id="253faa"] {
  --section-id: "253faa";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/253faa";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/253faa";
}
.strip[data-id="253faa"] .mail8-info {
  background: #f5f8fb;
  color: #163452;
  padding: 112px 24px;
  overflow: hidden;
}
.strip[data-id="253faa"] .mail8-container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="253faa"] .mail8-intro {
  max-width: 760px;
  margin: 0 0 48px;
}
.strip[data-id="253faa"] .mail8-rule {
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 0 22px;
  background: #19b8c0;
  border-radius: 4px;
}
.strip[data-id="253faa"] h2, .strip[data-id="253faa"] h3, .strip[data-id="253faa"] p {
  margin-top: 0;
}
.strip[data-id="253faa"] .mail8-intro h2 {
  margin-bottom: 20px;
  color: #122b49;
  font-family: Manrope, Inter, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.strip[data-id="253faa"] .mail8-lead {
  margin-bottom: 0;
  color: #486078;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.65;
}
.strip[data-id="253faa"] .mail8-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.strip[data-id="253faa"] .mail8-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e0eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(21, 54, 86, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.strip[data-id="253faa"] .mail8-card:hover {
  transform: translateY(-4px);
  border-color: #9adce1;
  box-shadow: 0 18px 42px rgba(21, 54, 86, 0.11);
}
.strip[data-id="253faa"] .mail8-card-wide {
  grid-column: span 2;
}
.strip[data-id="253faa"] .mail8-card-full {
  grid-column: 1/-1;
}
.strip[data-id="253faa"] .mail8-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  color: #087ea4;
  background: #e6f7f8;
  border-radius: 50%;
  flex: 0 0 46px;
}
.strip[data-id="253faa"] .mail8-icon svg {
  width: 23px;
  height: 23px;
}
.strip[data-id="253faa"] .mail8-card h3 {
  margin-bottom: 12px;
  color: #163452;
  font-family: Manrope, Inter, sans-serif;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
}
.strip[data-id="253faa"] .mail8-card p {
  margin-bottom: 0;
  color: #587087;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
.strip[data-id="253faa"] .mail8-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.75fr);
  gap: 42px;
  align-items: center;
  margin-top: 24px;
  padding: 44px 48px;
  overflow: hidden;
  background: linear-gradient(120deg, #102d4b, #174a6a);
  border-radius: 18px;
}
.strip[data-id="253faa"] .mail8-panel:after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image: radial-gradient(#d9e8f2 1px, transparent 1px);
  background-size: 15px 15px;
}
.strip[data-id="253faa"] .mail8-panel-copy, .strip[data-id="253faa"] .mail8-panel-icons {
  position: relative;
  z-index: 1;
}
.strip[data-id="253faa"] .mail8-panel h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-family: Manrope, Inter, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
}
.strip[data-id="253faa"] .mail8-panel p {
  margin-bottom: 22px;
  color: #d9e8f2;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.strip[data-id="253faa"] .mail8-panel .mail8-supported {
  margin: 26px 0 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}
.strip[data-id="253faa"] .mail8-os {
  display: block;
  width: 134px;
  height: 50px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  background: #ffffff;
}
.strip[data-id="253faa"] .mail8-panel-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  justify-items: center;
}
.strip[data-id="253faa"] .mail8-panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  color: #8fe0e4;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 232, 242, 0.18);
  border-radius: 22px;
}
.strip[data-id="253faa"] .mail8-panel-icon svg {
  width: 34px;
  height: 34px;
}
@media (max-width: 900px) {
  .strip[data-id="253faa"] .mail8-info {
    padding: 88px 24px;
  }
  .strip[data-id="253faa"] .mail8-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id="253faa"] .mail8-card-wide, .strip[data-id="253faa"] .mail8-card-full {
    grid-column: auto;
  }
  .strip[data-id="253faa"] .mail8-panel {
    grid-template-columns: 1fr;
  }
  .strip[data-id="253faa"] .mail8-panel-icons {
    grid-template-columns: repeat(4, 1fr);
    justify-items: start;
  }
}
@media (max-width: 620px) {
  .strip[data-id="253faa"] .mail8-info {
    padding: 72px 18px;
  }
  .strip[data-id="253faa"] .mail8-intro {
    margin-bottom: 34px;
  }
  .strip[data-id="253faa"] .mail8-intro h2 {
    font-size: 33px;
    line-height: 1.16;
  }
  .strip[data-id="253faa"] .mail8-lead {
    font-size: 17px;
  }
  .strip[data-id="253faa"] .mail8-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id="253faa"] .mail8-card {
    padding: 24px;
  }
  .strip[data-id="253faa"] .mail8-panel {
    gap: 28px;
    margin-top: 16px;
    padding: 30px 24px;
  }
  .strip[data-id="253faa"] .mail8-panel h3 {
    font-size: 22px;
  }
  .strip[data-id="253faa"] .mail8-panel-icons {
    gap: 10px;
  }
  .strip[data-id="253faa"] .mail8-panel-icon {
    width: 60px;
    height: 60px;
    border-radius: 17px;
  }
  .strip[data-id="253faa"] .mail8-panel-icon svg {
    width: 28px;
    height: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="253faa"] .mail8-card {
    transition: none;
  }
  .strip[data-id="253faa"] .mail8-card:hover {
    transform: none;
  }
}.strip[data-id=eeb937] {
  --section-id: "eeb937";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/eeb937";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/eeb937";
}
.strip[data-id=eeb937] .exchange-hero {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #081b35;
  font-family: Inter, Arial, sans-serif;
}
.strip[data-id=eeb937] .exchange-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(8, 27, 53, 0.96) 0%, rgba(11, 41, 72, 0.82) 52%, rgba(6, 34, 56, 0.48) 100%), radial-gradient(circle at 18% 38%, rgba(18, 191, 208, 0.16), transparent 35%), url(https://preview-mail8-cz.proweb.cz/_section/eeb937/pozadi-pronajem-mail-serveru-exchange.jpg);
  background-size: cover;
  background-position: center center;
}
.strip[data-id=eeb937] .exchange-hero__backdrop:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 14, 31, 0.3), transparent 52%, rgba(0, 9, 22, 0.25));
}
.strip[data-id=eeb937] .exchange-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  max-width: 1240px;
  min-height: 680px;
  margin: 0 auto;
  padding: 120px 24px 96px;
  box-sizing: border-box;
  align-items: center;
}
.strip[data-id=eeb937] .exchange-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}
.strip[data-id=eeb937] .exchange-hero__eyebrow {
  margin: 0 0 20px;
  color: #63e6e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.strip[data-id=eeb937] .exchange-hero h1 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #ffffff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
.strip[data-id=eeb937] .exchange-hero__accent {
  color: #56e0e7;
  background: linear-gradient(100deg, #56e0e7, #2d9dff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strip[data-id=eeb937] .exchange-hero__intro {
  max-width: 570px;
  margin: 0 0 28px;
  color: #c6d7e5;
  font-size: 17px;
  line-height: 1.65;
}
.strip[data-id=eeb937] .exchange-hero__price {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  margin: 0 0 28px;
  padding: 14px 18px;
  border: 1px solid rgba(125, 230, 235, 0.5);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.2;
}
.strip[data-id=eeb937] .exchange-hero__price-mark {
  color: #8edfe5;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.strip[data-id=eeb937] .exchange-hero__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  max-width: 650px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.strip[data-id=eeb937] .exchange-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2edf4;
  font-size: 14px;
  line-height: 1.35;
}
.strip[data-id=eeb937] .exchange-hero__benefit-icon {
  display: inline-flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(18, 191, 208, 0.18);
  color: #63e6e8;
  font-size: 14px;
  font-weight: 800;
}
.strip[data-id=eeb937] .exchange-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 16px;
}
.strip[data-id=eeb937] .exchange-hero__button {
  display: inline-flex;
  min-height: 52px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.strip[data-id=eeb937] .exchange-hero__button--primary {
  background: #12b8c4;
  box-shadow: 0 12px 30px rgba(18, 184, 196, 0.25);
  color: #ffffff;
}
.strip[data-id=eeb937] .exchange-hero__button--primary:hover, .strip[data-id=eeb937] .exchange-hero__button--primary:focus-visible {
  transform: translateY(-2px);
  background: #0f93a3;
  box-shadow: 0 14px 34px rgba(18, 184, 196, 0.4);
}
.strip[data-id=eeb937] .exchange-hero__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.strip[data-id=eeb937] .exchange-hero__button--secondary:hover, .strip[data-id=eeb937] .exchange-hero__button--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}
.strip[data-id=eeb937] .exchange-hero__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #abc1d0;
  font-size: 12px;
  line-height: 1.4;
}
.strip[data-id=eeb937] .exchange-hero__trust span {
  color: #63e6e8;
  font-size: 17px;
}
.strip[data-id=eeb937] .exchange-hero__visual {
  position: relative;
  min-width: 0;
}
.strip[data-id=eeb937] .exchange-hero__network {
  position: relative;
  height: 275px;
  margin: -8px 0 -4px;
  opacity: 0.9;
}
.strip[data-id=eeb937] .exchange-hero__network svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.strip[data-id=eeb937] .exchange-hero__network circle {
  animation: exchange-pulse 6s ease-in-out infinite;
}
.strip[data-id=eeb937] .exchange-hero__device {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 58px;
  border: 1px solid rgba(99, 230, 232, 0.38);
  border-radius: 12px;
  background: rgba(4, 28, 54, 0.55);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  backdrop-filter: blur(7px);
}
.strip[data-id=eeb937] .exchange-hero__device span {
  color: #63e6e8;
  font-size: 22px;
  line-height: 1;
}
.strip[data-id=eeb937] .exchange-hero__device small {
  margin-top: 5px;
  color: #bdd3df;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.strip[data-id=eeb937] .exchange-hero__device--cloud {
  top: 8px;
  left: 13%;
}
.strip[data-id=eeb937] .exchange-hero__device--laptop {
  right: 16%;
  bottom: 9px;
}
.strip[data-id=eeb937] .exchange-hero__device--phone {
  top: 45%;
  left: 48%;
  width: 64px;
  height: 76px;
}
.strip[data-id=eeb937] .exchange-hero__form {
  position: relative;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}
.strip[data-id=eeb937] .exchange-hero__form-heading {
  margin: 0 0 19px;
}
.strip[data-id=eeb937] .exchange-hero__form-kicker {
  display: block;
  margin: 0 0 8px;
  color: #f5b942;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.strip[data-id=eeb937] .exchange-hero__form h2 {
  margin: 0;
  color: #ffffff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.3;
}
.strip[data-id=eeb937] .exchange-hero__form label:not(.exchange-hero__consent) {
  display: block;
  margin: 0 0 11px;
  color: #d8e7f0;
  font-size: 12px;
  font-weight: 700;
}
.strip[data-id=eeb937] .exchange-hero__form input[type=text], .strip[data-id=eeb937] .exchange-hero__form input[type=tel], .strip[data-id=eeb937] .exchange-hero__form input[type=email] {
  display: block;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  margin-top: 6px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font: inherit;
  font-size: 14px;
}
.strip[data-id=eeb937] .exchange-hero__form input::placeholder {
  color: #b8c9d8;
}
.strip[data-id=eeb937] .exchange-hero__form input[type=text]:focus, .strip[data-id=eeb937] .exchange-hero__form input[type=tel]:focus, .strip[data-id=eeb937] .exchange-hero__form input[type=email]:focus {
  border-color: #63e6e8;
  box-shadow: 0 0 0 3px rgba(99, 230, 232, 0.16);
}
.strip[data-id=eeb937] .exchange-hero__consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 14px 0 18px;
  color: #c7d7e1;
  font-size: 12px;
  line-height: 1.4;
}
.strip[data-id=eeb937] .exchange-hero__consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 0;
  accent-color: #12b8c4;
}
.strip[data-id=eeb937] .exchange-hero__form button {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 9px;
  background: #f5b942;
  color: #102640;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.strip[data-id=eeb937] .exchange-hero__form button:hover, .strip[data-id=eeb937] .exchange-hero__form button:focus-visible {
  transform: translateY(-2px);
  background: #ffd166;
}
.strip[data-id=eeb937] .exchange-hero__form-success {
  margin: 15px 0 0;
  color: #b8f1e8;
  font-size: 13px;
  line-height: 1.45;
}
@keyframes exchange-pulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=eeb937] .exchange-hero__network circle {
    animation: none;
  }
  .strip[data-id=eeb937] .exchange-hero__button, .strip[data-id=eeb937] .exchange-hero__form button {
    transition: none;
  }
}
@media (max-width: 900px) {
  .strip[data-id=eeb937] .exchange-hero {
    min-height: 760px;
  }
  .strip[data-id=eeb937] .exchange-hero__inner {
    display: block;
    min-height: 760px;
    padding: 86px 24px 64px;
  }
  .strip[data-id=eeb937] .exchange-hero__copy {
    max-width: 700px;
  }
  .strip[data-id=eeb937] .exchange-hero__visual {
    margin: 38px auto 0;
    max-width: 620px;
  }
  .strip[data-id=eeb937] .exchange-hero__network {
    position: absolute;
    z-index: 0;
    top: -80px;
    right: 0;
    left: 0;
    opacity: 0.22;
  }
  .strip[data-id=eeb937] .exchange-hero__form {
    position: relative;
    z-index: 1;
  }
  .strip[data-id=eeb937] .exchange-hero h1 {
    font-size: 42px;
  }
}
@media (max-width: 560px) {
  .strip[data-id=eeb937] .exchange-hero__inner {
    padding: 68px 18px 46px;
  }
  .strip[data-id=eeb937] .exchange-hero h1 {
    font-size: 34px;
    letter-spacing: -0.035em;
  }
  .strip[data-id=eeb937] .exchange-hero__intro {
    font-size: 15px;
  }
  .strip[data-id=eeb937] .exchange-hero__benefits {
    grid-template-columns: 1fr;
  }
  .strip[data-id=eeb937] .exchange-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .strip[data-id=eeb937] .exchange-hero__button {
    width: 100%;
  }
  .strip[data-id=eeb937] .exchange-hero__form {
    padding: 22px 18px;
  }
  .strip[data-id=eeb937] .exchange-hero__network {
    top: -65px;
  }
}.strip[data-id="585025"] {
  --section-id: "585025";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/585025";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/585025";
}
.strip[data-id="585025"] .mail8-about {
  background: #f5f8fb;
  color: #163452;
  padding: 112px 24px;
  overflow: hidden;
}
.strip[data-id="585025"] .mail8-about__container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="585025"] .mail8-about__intro {
  max-width: 760px;
  margin: 0 0 48px;
}
.strip[data-id="585025"] .mail8-about__rule {
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 0 24px;
  border-radius: 3px;
  background: #21b7bd;
}
.strip[data-id="585025"] .mail8-about h2 {
  margin: 0 0 20px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: #122b49;
}
.strip[data-id="585025"] .mail8-about p {
  margin: 0;
}
.strip[data-id="585025"] .mail8-about__lead {
  font-family: Inter, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: #486078;
}
.strip[data-id="585025"] .mail8-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.strip[data-id="585025"] .mail8-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid #e0eaf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(21, 54, 86, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.strip[data-id="585025"] .mail8-card--wide {
  grid-column: span 2;
}
.strip[data-id="585025"] .mail8-card:hover {
  transform: translateY(-4px);
  border-color: #9adce1;
  box-shadow: 0 18px 42px rgba(21, 54, 86, 0.11);
}
.strip[data-id="585025"] .mail8-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #e6f7f8;
  color: #087ea4;
}
.strip[data-id="585025"] .mail8-card__icon svg {
  width: 24px;
  height: 24px;
}
.strip[data-id="585025"] .mail8-card h3 {
  margin: 0 0 11px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 750;
  color: #163452;
}
.strip[data-id="585025"] .mail8-card p {
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #587087;
}
.strip[data-id="585025"] .mail8-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(230px, 0.75fr);
  gap: 36px;
  margin-top: 22px;
  padding: 38px 40px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(125deg, #102d4b, #174a6a);
}
.strip[data-id="585025"] .mail8-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(#b7e7ee 1px, transparent 1px);
  background-size: 15px 15px;
}
.strip[data-id="585025"] .mail8-panel__copy, .strip[data-id="585025"] .mail8-panel__visual {
  position: relative;
  z-index: 1;
}
.strip[data-id="585025"] .mail8-panel__copy p {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #d9e8f2;
}
.strip[data-id="585025"] .mail8-panel__systems {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.strip[data-id="585025"] .mail8-panel__systems img {
  display: block;
  width: 134px;
  height: 50px;
  max-width: 150%;
  object-fit: contain;
  background: #fff;
}
.strip[data-id="585025"] .mail8-panel__visual {
  min-height: 190px;
}
.strip[data-id="585025"] .mail8-panel__visual-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(217, 232, 242, 0.3);
  border-radius: 16px;
  color: #9de2e4;
  background: rgba(255, 255, 255, 0.08);
}
.strip[data-id="585025"] .mail8-panel__visual-icon svg {
  width: 28px;
  height: 28px;
}
.strip[data-id="585025"] .mail8-panel__visual-icon--cloud {
  top: 8px;
  left: 20%;
}
.strip[data-id="585025"] .mail8-panel__visual-icon--calendar {
  top: 74px;
  right: 15%;
}
.strip[data-id="585025"] .mail8-panel__visual-icon--contacts {
  bottom: 8px;
  left: 4%;
}
.strip[data-id="585025"] .mail8-panel__visual-icon--tasks {
  right: 39%;
  bottom: 0;
}
@media (max-width: 900px) {
  .strip[data-id="585025"] .mail8-about {
    padding: 88px 24px;
  }
  .strip[data-id="585025"] .mail8-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id="585025"] .mail8-card--wide {
    grid-column: span 2;
  }
  .strip[data-id="585025"] .mail8-panel {
    grid-template-columns: 1fr 220px;
    gap: 24px;
    padding: 32px;
  }
}
@media (max-width: 640px) {
  .strip[data-id="585025"] .mail8-about {
    padding: 72px 18px;
  }
  .strip[data-id="585025"] .mail8-about__intro {
    margin-bottom: 34px;
  }
  .strip[data-id="585025"] .mail8-about h2 {
    font-size: 34px;
    letter-spacing: -0.7px;
  }
  .strip[data-id="585025"] .mail8-about__lead {
    font-size: 17px;
  }
  .strip[data-id="585025"] .mail8-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id="585025"] .mail8-card, .strip[data-id="585025"] .mail8-card--wide {
    grid-column: auto;
    padding: 24px;
  }
  .strip[data-id="585025"] .mail8-panel {
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding: 28px 24px;
  }
  .strip[data-id="585025"] .mail8-panel__visual {
    min-height: 120px;
  }
  .strip[data-id="585025"] .mail8-panel__visual-icon--cloud {
    left: 8%;
  }
  .strip[data-id="585025"] .mail8-panel__visual-icon--calendar {
    right: 8%;
  }
  .strip[data-id="585025"] .mail8-panel__visual-icon--contacts {
    left: 28%;
    bottom: 0;
  }
  .strip[data-id="585025"] .mail8-panel__visual-icon--tasks {
    right: 28%;
    bottom: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id="585025"] .mail8-card {
    transition: none;
  }
  .strip[data-id="585025"] .mail8-card:hover {
    transform: none;
  }
}.strip[data-id="663656"] {
  --section-id: "663656";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/663656";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/663656";
}
.strip[data-id="663656"] .mail8-protocol-section {
  width: 100%;
  overflow: hidden;
  font-family: Manrope, Arial, sans-serif;
  color: #18344f;
}
.strip[data-id="663656"] .mail8-protocol-section h2, .strip[data-id="663656"] .mail8-protocol-section h3, .strip[data-id="663656"] .mail8-protocol-section p {
  margin: 0;
  padding: 0;
}
.strip[data-id="663656"] .mail8-product-band {
  position: relative;
  min-height: 360px;
  padding: 92px 24px 110px;
  color: #fff;
  background-color: #0b2948;
  background-image: linear-gradient(135deg, rgba(142, 220, 232, 0.08) 1px, transparent 1px), linear-gradient(45deg, rgba(142, 220, 232, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
}
.strip[data-id="663656"] .mail8-product-grid, .strip[data-id="663656"] .mail8-comparison-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="663656"] .mail8-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  gap: 42px;
  align-items: center;
}
.strip[data-id="663656"] .mail8-product-copy {
  position: relative;
  z-index: 2;
}
.strip[data-id="663656"] .mail8-eyebrow, .strip[data-id="663656"] .mail8-teaser-label {
  display: block;
  margin: 0 0 16px;
  color: #7de2e6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
.strip[data-id="663656"] .mail8-product-copy h2 {
  max-width: 690px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.strip[data-id="663656"] .mail8-feature-intro {
  max-width: 640px;
  margin-bottom: 24px !important;
  color: #c6d8e6;
  font-size: 16px;
  line-height: 1.65;
}
.strip[data-id="663656"] .mail8-unlimited-visual {
  display: block;
  width: min(240px, 100%);
  height: auto;
  max-height: 155px;
  margin: 0 0 28px;
  object-fit: contain;
  object-position: left center;
  opacity: 0.9;
}
.strip[data-id="663656"] .mail8-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.strip[data-id="663656"] .mail8-feature-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 20px 18px;
  border: 1px solid rgba(125, 226, 230, 0.18);
  border-radius: 13px;
  background: rgba(4, 27, 49, 0.42);
}
.strip[data-id="663656"] .mail8-feature-card h3 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}
.strip[data-id="663656"] .mail8-card-subtitle {
  display: block;
  margin-bottom: 9px;
  color: #7de2e6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.strip[data-id="663656"] .mail8-feature-card p {
  color: #c6d8e6;
  font-size: 15px;
  line-height: 1.65;
}
.strip[data-id="663656"] .mail8-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(125, 226, 230, 0.4);
  border-radius: 50%;
  color: #7de2e6;
}
.strip[data-id="663656"] .mail8-icon svg {
  width: 22px;
  height: 22px;
}
.strip[data-id="663656"] .mail8-illustration-wrap {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
}
.strip[data-id="663656"] .mail8-illustration-wrap img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(500px, 100%);
  height: auto;
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.strip[data-id="663656"] .mail8-glow {
  position: absolute;
  z-index: 1;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: #12b8c4;
  opacity: 0.16;
  filter: blur(4px);
}
.strip[data-id="663656"] .mail8-device-outline {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(125, 226, 230, 0.2);
  border-radius: 20px;
  transform: rotate(-15deg);
}
.strip[data-id="663656"] .mail8-device-one {
  width: 245px;
  height: 160px;
  top: 13%;
  right: 3%;
}
.strip[data-id="663656"] .mail8-device-two {
  width: 180px;
  height: 120px;
  bottom: 9%;
  left: 4%;
  transform: rotate(16deg);
}
.strip[data-id="663656"] .mail8-device-three {
  width: 115px;
  height: 200px;
  top: 34%;
  right: 0;
  border-radius: 18px;
  transform: rotate(18deg);
}
.strip[data-id="663656"] .mail8-comparison-band {
  padding: 96px 24px;
  background: #f5f8fb;
}
.strip[data-id="663656"] .mail8-contact-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 76px;
  padding: 28px 34px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 45, 75, 0.08);
}
.strip[data-id="663656"] .mail8-contact-teaser h2 {
  color: #0b2948;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.15;
}
.strip[data-id="663656"] .mail8-teaser-label {
  margin-bottom: 8px;
  color: #087ea4;
}
.strip[data-id="663656"] .mail8-contact-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #087ea4;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.strip[data-id="663656"] .mail8-contact-phone a {
  color: inherit;
  text-decoration: none;
}
.strip[data-id="663656"] .mail8-contact-phone a:hover {
  text-decoration: underline;
}
.strip[data-id="663656"] .mail8-phone-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #e8f8f9;
  font-size: 28px;
  line-height: 1;
  transform: rotate(-35deg);
}
.strip[data-id="663656"] .mail8-comparison-heading {
  margin-bottom: 28px;
}
.strip[data-id="663656"] .mail8-eyebrow-light {
  color: #087ea4;
}
.strip[data-id="663656"] .mail8-comparison-heading h2 {
  margin-bottom: 12px;
  color: #0b2948;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.strip[data-id="663656"] .mail8-comparison-heading p {
  color: #58718a;
  font-size: 16px;
  line-height: 1.6;
}
.strip[data-id="663656"] .mail8-table-shell {
  position: relative;
  border: 1px solid #dce7f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 45, 75, 0.08);
}
.strip[data-id="663656"] .mail8-table-scroll {
  overflow-x: auto;
  border-radius: 16px;
}
.strip[data-id="663656"] .mail8-table-scroll table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  color: #29455f;
  font-size: 14px;
  line-height: 1.55;
}
.strip[data-id="663656"] .mail8-table-scroll th, .strip[data-id="663656"] .mail8-table-scroll td {
  padding: 19px 18px;
  border-bottom: 1px solid #e5edf4;
  text-align: left;
  vertical-align: top;
}
.strip[data-id="663656"] .mail8-table-scroll thead th {
  padding-top: 21px;
  padding-bottom: 15px;
  color: #506b83;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.strip[data-id="663656"] .mail8-table-scroll thead th:not(:first-child) {
  text-align: center;
}
.strip[data-id="663656"] .mail8-table-scroll tbody th {
  width: 28%;
  color: #18344f;
  font-weight: 800;
}
.strip[data-id="663656"] .mail8-table-scroll tbody tr:last-child th, .strip[data-id="663656"] .mail8-table-scroll tbody tr:last-child td {
  border-bottom: 0;
}
.strip[data-id="663656"] .mail8-recommended {
  border-left: 1px solid #9bdee2 !important;
  border-right: 1px solid #9bdee2 !important;
  background: #e8f8f9;
}
.strip[data-id="663656"] .mail8-table-scroll thead .mail8-recommended {
  color: #087ea4;
}
.strip[data-id="663656"] .mail8-table-scroll thead .mail8-recommended span {
  display: block;
  margin-top: 4px;
  color: #0c9d88;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.strip[data-id="663656"] .mail8-table-scroll td.yes, .strip[data-id="663656"] .mail8-table-scroll td.no, .strip[data-id="663656"] .mail8-table-scroll td.limited {
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  white-space: nowrap;
}
.strip[data-id="663656"] .mail8-table-scroll td.yes {
  color: #0c9d88;
}
.strip[data-id="663656"] .mail8-table-scroll td.no {
  color: #9aaebe;
}
.strip[data-id="663656"] .mail8-table-scroll td.limited {
  color: #c68516;
}
.strip[data-id="663656"] .mail8-table-scroll td.yes span, .strip[data-id="663656"] .mail8-table-scroll td.no span, .strip[data-id="663656"] .mail8-table-scroll td.limited span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
}
.strip[data-id="663656"] .mail8-scroll-hint {
  display: none;
}
@media (max-width: 900px) {
  .strip[data-id="663656"] .mail8-product-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="663656"] .mail8-illustration-wrap {
    order: -1;
    min-height: 330px;
  }
  .strip[data-id="663656"] .mail8-illustration-wrap img {
    width: min(340px, 88vw);
    max-height: 350px;
  }
  .strip[data-id="663656"] .mail8-glow {
    width: 260px;
    height: 260px;
  }
  .strip[data-id="663656"] .mail8-device-one {
    right: 16%;
  }
  .strip[data-id="663656"] .mail8-device-two {
    left: 14%;
  }
  .strip[data-id="663656"] .mail8-device-three {
    right: 12%;
  }
}
@media (max-width: 640px) {
  .strip[data-id="663656"] .mail8-product-band {
    padding: 62px 18px 76px;
  }
  .strip[data-id="663656"] .mail8-comparison-band {
    padding: 64px 16px;
  }
  .strip[data-id="663656"] .mail8-feature-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id="663656"] .mail8-feature-card {
    padding: 18px 16px;
  }
  .strip[data-id="663656"] .mail8-unlimited-visual {
    width: 210px;
  }
  .strip[data-id="663656"] .mail8-contact-teaser {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 56px;
    padding: 24px 22px;
  }
  .strip[data-id="663656"] .mail8-contact-phone {
    font-size: 21px;
  }
  .strip[data-id="663656"] .mail8-contact-phone a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .strip[data-id="663656"] .mail8-table-shell {
    border-radius: 13px;
  }
  .strip[data-id="663656"] .mail8-scroll-hint {
    display: block;
    padding: 12px 16px 0;
    color: #087ea4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
  }
  .strip[data-id="663656"] .mail8-table-scroll {
    border-radius: 0 0 13px 13px;
  }
  .strip[data-id="663656"] .mail8-table-scroll th, .strip[data-id="663656"] .mail8-table-scroll td {
    padding: 16px 14px;
  }
}.strip[data-id=eae743] {
  --section-id: "eae743";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/eae743";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/eae743";
}
.strip[data-id=eae743] .faq-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  color: #183753;
  padding: 108px 24px;
  font-family: Inter, Arial, sans-serif;
}
.strip[data-id=eae743] .faq-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.strip[data-id=eae743] .faq-header {
  margin: 0 auto 42px;
  text-align: center;
}
.strip[data-id=eae743] .faq-header h2 {
  margin: 0 0 14px;
  color: #122b49;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.strip[data-id=eae743] .faq-intro {
  margin: 0;
  color: #61758a;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
.strip[data-id=eae743] .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.strip[data-id=eae743] .faq-item {
  overflow: hidden;
  border: 1px solid #dce7f2;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(18, 43, 73, 0.04);
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}
.strip[data-id=eae743] .faq-item.is-open {
  border-color: #9ddfe3;
  background: #eaf9fa;
  box-shadow: 0 10px 24px rgba(18, 43, 73, 0.07);
}
.strip[data-id=eae743] .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  color: #183753;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
.strip[data-id=eae743] .faq-question:focus-visible {
  outline: 3px solid #087ea4;
  outline-offset: -4px;
}
.strip[data-id=eae743] .faq-question-main {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.strip[data-id=eae743] .faq-question-main > span:last-child {
  display: block;
}
.strip[data-id=eae743] .faq-topic-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #c9e5ef;
  border-radius: 50%;
  background: #f2fbfd;
  color: #087ea4;
}
.strip[data-id=eae743] .faq-topic-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.strip[data-id=eae743] .faq-toggle {
  display: inline-flex;
  position: relative;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 16px;
  border-radius: 50%;
  background: #087ea4;
  color: #ffffff;
  transition: transform 220ms ease, background-color 220ms ease;
}
.strip[data-id=eae743] .faq-toggle span,
.strip[data-id=eae743] .faq-toggle span::after {
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform 220ms ease;
}
.strip[data-id=eae743] .faq-toggle span::after {
  transform: rotate(90deg);
}
.strip[data-id=eae743] .faq-item.is-open .faq-toggle {
  background: #075e7a;
  transform: rotate(45deg);
}
.strip[data-id=eae743] .faq-answer {
  max-height: 0;
  padding: 0 24px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 360ms ease, opacity 220ms ease, padding 360ms ease;
}
.strip[data-id=eae743] .faq-item.is-open .faq-answer {
  max-height: 5000px;
  padding: 0 24px 24px;
  opacity: 1;
}
.strip[data-id=eae743] .faq-answer p {
  max-width: 820px;
  margin: 0 0 0 54px;
  color: #536b80;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
}
.strip[data-id=eae743] .faq-answer a {
  color: #087ea4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.strip[data-id=eae743] .faq-answer a:hover,
.strip[data-id=eae743] .faq-answer a:focus-visible {
  color: #075e7a;
}
.strip[data-id=eae743] .faq-orb {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 24px solid rgba(157, 223, 227, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.strip[data-id=eae743] .faq-orb::after {
  position: absolute;
  width: 92px;
  height: 92px;
  border: 14px solid rgba(214, 239, 247, 0.28);
  border-radius: 50%;
  content: "";
}
.strip[data-id=eae743] .faq-orb-left {
  top: -112px;
  left: -108px;
}
.strip[data-id=eae743] .faq-orb-left::after {
  right: -110px;
  bottom: -122px;
}
.strip[data-id=eae743] .faq-orb-right {
  right: -136px;
  bottom: -124px;
  border-color: rgba(214, 239, 247, 0.42);
}
.strip[data-id=eae743] .faq-orb-right::after {
  top: -102px;
  left: -114px;
}
@media (max-width: 700px) {
  .strip[data-id=eae743] .faq-section {
    padding: 72px 16px;
  }
  .strip[data-id=eae743] .faq-header {
    margin-bottom: 30px;
  }
  .strip[data-id=eae743] .faq-header h2 {
    font-size: 36px;
  }
  .strip[data-id=eae743] .faq-intro {
    font-size: 16px;
  }
  .strip[data-id=eae743] .faq-question {
    min-height: 64px;
    padding: 16px;
    font-size: 15px;
  }
  .strip[data-id=eae743] .faq-question-main {
    gap: 11px;
  }
  .strip[data-id=eae743] .faq-topic-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
  .strip[data-id=eae743] .faq-topic-icon svg {
    width: 18px;
    height: 18px;
  }
  .strip[data-id=eae743] .faq-toggle {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  .strip[data-id=eae743] .faq-answer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .strip[data-id=eae743] .faq-item.is-open .faq-answer {
    padding: 0 16px 20px;
  }
  .strip[data-id=eae743] .faq-answer p {
    margin-left: 43px;
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (max-width: 460px) {
  .strip[data-id=eae743] .faq-question-main {
    align-items: flex-start;
  }
  .strip[data-id=eae743] .faq-topic-icon {
    margin-top: 1px;
  }
  .strip[data-id=eae743] .faq-answer p {
    margin-left: 0;
  }
}.strip[data-id="7a9b22"] {
  --section-id: "7a9b22";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/7a9b22";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/7a9b22";
}
.strip[data-id="7a9b22"] .pricing-section {
  background-color: #f5f8fb;
  background-image: repeating-linear-gradient(135deg, rgba(18, 43, 73, 0.025) 0, rgba(18, 43, 73, 0.025) 1px, transparent 1px, transparent 12px);
  padding: 96px 24px 110px;
  color: #122b49;
  font-family: Inter, Arial, sans-serif;
}
.strip[data-id="7a9b22"] .pricing-container {
  max-width: 1240px;
  margin: 0 auto;
}
.strip[data-id="7a9b22"] .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto 46px;
  text-align: center;
}
.strip[data-id="7a9b22"] .pricing-header-copy {
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id="7a9b22"] .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #087ea4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.strip[data-id="7a9b22"] .pricing-header h2 {
  margin: 0 0 16px;
  color: #122b49;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.strip[data-id="7a9b22"] .pricing-header p {
  max-width: 760px;
  margin: 0 auto;
  color: #5d7287;
  font-size: 17px;
  line-height: 1.65;
}
.strip[data-id="7a9b22"] .pricing-art {
  flex: 0 0 180px;
  width: 180px;
  height: 84px;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  opacity: 0.9;
}
.strip[data-id="7a9b22"] .pricing-art img {
  display: block;
  width: 180px;
  height: 84px;
  object-fit: cover;
  object-position: center;
}
.strip[data-id="7a9b22"] .plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.strip[data-id="7a9b22"] .plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 24px 24px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(16, 45, 75, 0.07);
}
.strip[data-id="7a9b22"] .plan-card h3 {
  margin: 0 0 8px;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id="7a9b22"] .plan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 20px;
  border-radius: 12px;
  background: #e8f6f8;
  color: #087ea4;
  font-size: 20px;
  font-weight: 800;
}
.strip[data-id="7a9b22"] .plan-audience {
  min-height: 40px;
  margin: 0 0 19px;
  color: #708398;
  font-size: 13px;
  line-height: 1.45;
}
.strip[data-id="7a9b22"] .plan-price {
  margin: 0 0 24px;
  color: #087ea4;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}
.strip[data-id="7a9b22"] .plan-price small {
  display: block;
  margin-top: 6px;
  color: #718397;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
.strip[data-id="7a9b22"] .feature-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.strip[data-id="7a9b22"] .feature-list li {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 7px;
  color: #52687d;
  font-size: 13px;
  line-height: 1.45;
}
.strip[data-id="7a9b22"] .feature-list li span {
  color: #0c9d88;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}
.strip[data-id="7a9b22"] .plan-button, .strip[data-id="7a9b22"] .offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #087ea4;
  border-radius: 9px;
  color: #087ea4;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}
.strip[data-id="7a9b22"] .plan-button:hover, .strip[data-id="7a9b22"] .offer-button:hover {
  border-color: #075e7a;
  background: #075e7a;
  box-shadow: 0 8px 18px rgba(7, 94, 122, 0.22);
  color: #ffffff;
  transform: translateY(-2px);
}
.strip[data-id="7a9b22"] .featured-plan {
  border: 2px solid #12b8c4;
  box-shadow: 0 0 0 5px rgba(18, 184, 196, 0.08), 0 16px 38px rgba(16, 45, 75, 0.1);
}
.strip[data-id="7a9b22"] .plan-ribbon {
  position: absolute;
  top: -13px;
  right: 20px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #12b8c4;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.strip[data-id="7a9b22"] .custom-offer {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 48px 0 30px;
  padding: 28px 32px;
  border-radius: 18px;
  background: #102d4b;
  color: #dbeaf3;
}
.strip[data-id="7a9b22"] .phone-mark {
  display: flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(18, 184, 196, 0.18);
  color: #56d8de;
  font-size: 25px;
}
.strip[data-id="7a9b22"] .custom-offer-copy {
  flex: 1;
}
.strip[data-id="7a9b22"] .custom-offer h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
}
.strip[data-id="7a9b22"] .custom-offer p {
  margin: 0;
  color: #dbeaf3;
  font-size: 13px;
  line-height: 1.65;
}
.strip[data-id="7a9b22"] .custom-offer p a {
  color: #6de2e4;
  font-weight: 800;
  text-decoration: underline;
}
.strip[data-id="7a9b22"] .offer-button {
  flex: 0 0 auto;
  min-width: 166px;
  border-color: #56d8de;
  color: #ffffff;
}
.strip[data-id="7a9b22"] .order-notes {
  margin: 0 0 34px;
  padding: 27px 30px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}
.strip[data-id="7a9b22"] .order-notes h3 {
  margin: 0 0 18px;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.strip[data-id="7a9b22"] .order-notes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id="7a9b22"] .order-notes li {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 9px;
  align-items: start;
  color: #52687d;
  font-size: 13px;
  line-height: 1.5;
}
.strip[data-id="7a9b22"] .order-notes li span {
  color: #087ea4;
  font-size: 12px;
  font-weight: 800;
}
.strip[data-id="7a9b22"] .services-panel {
  padding: 30px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(16, 45, 75, 0.07);
}
.strip[data-id="7a9b22"] .services-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px;
}
.strip[data-id="7a9b22"] .services-heading h3 {
  margin: 0;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
}
.strip[data-id="7a9b22"] .services-heading span {
  color: #718397;
  font-size: 13px;
}
.strip[data-id="7a9b22"] .table-scroll {
  overflow-x: auto;
}
.strip[data-id="7a9b22"] table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  color: #52687d;
  font-size: 13px;
}
.strip[data-id="7a9b22"] th {
  height: 54px;
  padding: 0 17px;
  background: #163452;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}
.strip[data-id="7a9b22"] td {
  padding: 13px 17px;
  border-bottom: 1px solid #e7eef4;
  line-height: 1.45;
  vertical-align: top;
}
.strip[data-id="7a9b22"] tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.strip[data-id="7a9b22"] tbody tr:nth-child(even) td {
  background: #f6f9fb;
}
.strip[data-id="7a9b22"] td:nth-child(2) {
  width: 125px;
  color: #708398;
}
.strip[data-id="7a9b22"] td:last-child {
  width: 280px;
  font-weight: 700;
}
.strip[data-id="7a9b22"] td.free {
  color: #0c9d88;
}
.strip[data-id="7a9b22"] td.paid {
  color: #c68516;
}
.strip[data-id="7a9b22"] .price-note {
  margin: 16px 0 0;
  color: #718397;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .strip[data-id="7a9b22"] .pricing-header {
    display: block;
  }
  .strip[data-id="7a9b22"] .pricing-art {
    display: none;
  }
  .strip[data-id="7a9b22"] .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .strip[data-id="7a9b22"] .pricing-section {
    padding: 68px 16px 78px;
  }
  .strip[data-id="7a9b22"] .pricing-header {
    margin-bottom: 34px;
  }
  .strip[data-id="7a9b22"] .pricing-header h2 {
    font-size: 34px;
  }
  .strip[data-id="7a9b22"] .pricing-header p {
    font-size: 16px;
  }
  .strip[data-id="7a9b22"] .plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id="7a9b22"] .plan-card {
    padding: 27px 22px 22px;
  }
  .strip[data-id="7a9b22"] .custom-offer {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    padding: 24px 21px;
  }
  .strip[data-id="7a9b22"] .custom-offer-copy {
    flex-basis: calc(100% - 67px);
  }
  .strip[data-id="7a9b22"] .offer-button {
    flex-basis: 100%;
  }
  .strip[data-id="7a9b22"] .order-notes {
    padding: 24px 21px;
  }
  .strip[data-id="7a9b22"] .order-notes ul {
    grid-template-columns: 1fr;
  }
  .strip[data-id="7a9b22"] .services-panel {
    padding: 22px 16px;
  }
  .strip[data-id="7a9b22"] .services-heading {
    display: block;
  }
  .strip[data-id="7a9b22"] .services-heading h3 {
    margin-bottom: 6px;
    font-size: 23px;
  }
}.strip[data-id=bb67e8] {
  --section-id: "bb67e8";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/bb67e8";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/bb67e8";
}
.strip[data-id=bb67e8] .mail8-about {
  background: #f5f8fb;
  color: #163452;
  padding: 112px 24px;
  overflow: hidden;
}
.strip[data-id=bb67e8] .mail8-about__container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=bb67e8] .mail8-about__intro {
  max-width: 760px;
  margin: 0 0 48px;
}
.strip[data-id=bb67e8] .mail8-about__rule {
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 0 22px;
  background: #16a8b5;
  border-radius: 4px;
}
.strip[data-id=bb67e8] .mail8-about h2 {
  margin: 0 0 18px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: #122b49;
}
.strip[data-id=bb67e8] .mail8-about p {
  margin: 0;
}
.strip[data-id=bb67e8] .mail8-about__lead {
  font-family: Inter, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: #486078;
}
.strip[data-id=bb67e8] .mail8-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.strip[data-id=bb67e8] .mail8-card {
  min-width: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #e0eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(21, 54, 86, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.strip[data-id=bb67e8] .mail8-card--wide {
  grid-column: span 2;
}
.strip[data-id=bb67e8] .mail8-card:hover {
  transform: translateY(-4px);
  border-color: #9adce1;
  box-shadow: 0 18px 42px rgba(21, 54, 86, 0.11);
}
.strip[data-id=bb67e8] .mail8-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #e6f7f8;
  color: #087ea4;
}
.strip[data-id=bb67e8] .mail8-card__icon svg {
  width: 23px;
  height: 23px;
}
.strip[data-id=bb67e8] .mail8-card h3 {
  margin: 0 0 10px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 750;
  color: #163452;
}
.strip[data-id=bb67e8] .mail8-card p {
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #587087;
}
.strip[data-id=bb67e8] .mail8-panel {
  position: relative;
  display: flex;
  gap: 48px;
  align-items: center;
  margin: 56px 0 0;
  padding: 42px 46px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #102d4b;
  background-image: radial-gradient(rgba(217, 232, 242, 0.12) 1px, transparent 1px), linear-gradient(125deg, #102d4b, #174a6a);
  background-size: 18px 18px, 100% 100%;
}
.strip[data-id=bb67e8] .mail8-panel__copy {
  position: relative;
  z-index: 1;
  flex: 1 1 70%;
}
.strip[data-id=bb67e8] .mail8-panel h3 {
  margin: 0 0 14px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
}
.strip[data-id=bb67e8] .mail8-panel p {
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #d9e8f2;
}
.strip[data-id=bb67e8] .mail8-systems {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 26px 0 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.strip[data-id=bb67e8] .mail8-systems img {
  display: block;
  width: 134px;
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}
.strip[data-id=bb67e8] .mail8-panel__visual {
  position: relative;
  flex: 0 0 220px;
  width: 220px;
  height: 190px;
}
.strip[data-id=bb67e8] .mail8-visual-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #b8f0f1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.strip[data-id=bb67e8] .mail8-visual-icon svg {
  width: 30px;
  height: 30px;
}
.strip[data-id=bb67e8] .mail8-visual-icon--cloud {
  top: 4px;
  left: 72px;
}
.strip[data-id=bb67e8] .mail8-visual-icon--calendar {
  top: 76px;
  left: 4px;
}
.strip[data-id=bb67e8] .mail8-visual-icon--contacts {
  top: 76px;
  right: 4px;
}
.strip[data-id=bb67e8] .mail8-visual-icon--tasks {
  bottom: 0;
  left: 72px;
}
@media (max-width: 900px) {
  .strip[data-id=bb67e8] .mail8-about {
    padding: 88px 24px;
  }
  .strip[data-id=bb67e8] .mail8-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id=bb67e8] .mail8-card--wide {
    grid-column: span 2;
  }
  .strip[data-id=bb67e8] .mail8-panel {
    gap: 28px;
    padding: 36px;
  }
  .strip[data-id=bb67e8] .mail8-panel__visual {
    flex-basis: 190px;
    width: 190px;
    transform: scale(0.88);
    transform-origin: center right;
  }
}
@media (max-width: 640px) {
  .strip[data-id=bb67e8] .mail8-about {
    padding: 72px 18px;
  }
  .strip[data-id=bb67e8] .mail8-about__intro {
    margin-bottom: 36px;
  }
  .strip[data-id=bb67e8] .mail8-about h2 {
    font-size: 34px;
    letter-spacing: -0.7px;
  }
  .strip[data-id=bb67e8] .mail8-about__lead {
    font-size: 17px;
  }
  .strip[data-id=bb67e8] .mail8-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id=bb67e8] .mail8-card--wide {
    grid-column: span 1;
  }
  .strip[data-id=bb67e8] .mail8-card {
    padding: 24px;
  }
  .strip[data-id=bb67e8] .mail8-panel {
    display: block;
    margin-top: 40px;
    padding: 30px 24px;
  }
  .strip[data-id=bb67e8] .mail8-panel__visual {
    width: 100%;
    height: 170px;
    margin: 24px auto -8px;
    transform: none;
  }
  .strip[data-id=bb67e8] .mail8-systems {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=bb67e8] .mail8-card {
    transition: none;
  }
  .strip[data-id=bb67e8] .mail8-card:hover {
    transform: none;
  }
}.strip[data-id=cd7c76] {
  --section-id: "cd7c76";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/cd7c76";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/cd7c76";
}
.strip[data-id=cd7c76] .exchange-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background: #081b35;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
}
.strip[data-id=cd7c76] .exchange-hero__backdrop,
.strip[data-id=cd7c76] .exchange-hero__grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.strip[data-id=cd7c76] .exchange-hero__backdrop {
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(8, 27, 53, 0.96) 0%, rgba(11, 41, 72, 0.82) 51%, rgba(6, 34, 56, 0.48) 100%), radial-gradient(circle at 20% 35%, rgba(18, 191, 208, 0.16), transparent 34%), url("https://preview-mail8-cz.proweb.cz/_section/cd7c76/pozadi-pronajem-mail-serveru-exchange.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.strip[data-id=cd7c76] .exchange-hero__grid-lines {
  z-index: -2;
  opacity: 0.18;
  background-image: linear-gradient(rgba(99, 230, 232, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 230, 232, 0.12) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, black, transparent 85%);
}
.strip[data-id=cd7c76] .exchange-hero__container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  max-width: 1240px;
  min-height: 680px;
  margin: 0 auto;
  padding: 120px 24px 96px;
  box-sizing: border-box;
}
.strip[data-id=cd7c76] .exchange-hero__copy {
  align-self: center;
  max-width: 650px;
}
.strip[data-id=cd7c76] .exchange-hero__eyebrow,
.strip[data-id=cd7c76] .exchange-hero__intro,
.strip[data-id=cd7c76] .exchange-hero__trust,
.strip[data-id=cd7c76] .exchange-hero__card-kicker {
  margin: 0;
}
.strip[data-id=cd7c76] .exchange-hero__eyebrow {
  color: #63e6e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.strip[data-id=cd7c76] .exchange-hero h1 {
  max-width: 620px;
  margin: 18px 0 22px;
  color: #ffffff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
.strip[data-id=cd7c76] .exchange-hero h1 em {
  color: #56e0e7;
  font-style: normal;
  background: linear-gradient(100deg, #56e0e7, #2d9dff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strip[data-id=cd7c76] .exchange-hero__intro {
  max-width: 570px;
  color: #d0e0ed;
  font-size: 17px;
  line-height: 1.65;
}
.strip[data-id=cd7c76] .exchange-hero__price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 24px;
  padding: 14px 18px;
  border: 1px solid rgba(125, 230, 235, 0.5);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.2;
}
.strip[data-id=cd7c76] .exchange-hero__price-mark {
  color: #63e6e8;
  font-size: 13px;
}
.strip[data-id=cd7c76] .exchange-hero__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id=cd7c76] .exchange-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #e1edf5;
  font-size: 14px;
  line-height: 1.35;
}
.strip[data-id=cd7c76] .exchange-hero__benefit-icon {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(18, 191, 208, 0.18);
  color: #63e6e8;
  font-size: 14px;
  font-weight: 800;
}
.strip[data-id=cd7c76] .exchange-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.strip[data-id=cd7c76] .exchange-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.strip[data-id=cd7c76] .exchange-hero__button--primary {
  background: #12b8c4;
  box-shadow: 0 12px 30px rgba(18, 184, 196, 0.25);
  color: #ffffff;
}
.strip[data-id=cd7c76] .exchange-hero__button--primary:hover {
  transform: translateY(-2px);
  background: #0f93a3;
  box-shadow: 0 14px 32px rgba(18, 184, 196, 0.4);
}
.strip[data-id=cd7c76] .exchange-hero__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.strip[data-id=cd7c76] .exchange-hero__button--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
}
.strip[data-id=cd7c76] .exchange-hero__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #a9c2d4;
  font-size: 12px;
}
.strip[data-id=cd7c76] .exchange-hero__trust span {
  color: #63e6e8;
  font-size: 19px;
}
.strip[data-id=cd7c76] .exchange-hero__visual {
  position: relative;
  align-self: center;
  min-height: 500px;
}
.strip[data-id=cd7c76] .exchange-hero__network {
  position: absolute;
  z-index: 0;
  top: -24px;
  right: -24px;
  width: min(560px, 100%);
  height: auto;
  opacity: 0.9;
}
.strip[data-id=cd7c76] .exchange-hero__orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(99, 230, 232, 0.15);
  border-radius: 50%;
  transform: rotate(-18deg);
}
.strip[data-id=cd7c76] .exchange-hero__orbit--one {
  top: -4%;
  right: -13%;
  width: 88%;
  height: 49%;
}
.strip[data-id=cd7c76] .exchange-hero__orbit--two {
  top: 2%;
  right: -4%;
  width: 68%;
  height: 37%;
  border-color: rgba(45, 157, 255, 0.18);
}
.strip[data-id=cd7c76] .exchange-hero__card {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: 146px 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}
.strip[data-id=cd7c76] .exchange-hero__card-glow {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(18, 191, 208, 0.16);
  filter: blur(30px);
}
.strip[data-id=cd7c76] .exchange-hero__card-content {
  position: relative;
  padding: 28px;
}
.strip[data-id=cd7c76] .exchange-hero__card-kicker {
  color: #63e6e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.strip[data-id=cd7c76] .exchange-hero h2 {
  margin: 10px 0 20px;
  color: #ffffff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
}
.strip[data-id=cd7c76] .exchange-hero__form {
  display: grid;
  gap: 12px;
}
.strip[data-id=cd7c76] .exchange-hero__form label:not(.exchange-hero__consent) {
  display: grid;
  gap: 5px;
  color: #c9dbe7;
  font-size: 12px;
  font-weight: 700;
}
.strip[data-id=cd7c76] .exchange-hero__form input[type=text],
.strip[data-id=cd7c76] .exchange-hero__form input[type=tel],
.strip[data-id=cd7c76] .exchange-hero__form input[type=email] {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font: inherit;
  padding: 0 13px;
}
.strip[data-id=cd7c76] .exchange-hero__form input::placeholder {
  color: #b8c9d8;
}
.strip[data-id=cd7c76] .exchange-hero__form input:focus {
  border-color: #63e6e8;
  box-shadow: 0 0 0 3px rgba(99, 230, 232, 0.14);
}
.strip[data-id=cd7c76] .exchange-hero__consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 3px 0 2px;
  color: #c9dbe7;
  font-size: 12px;
  line-height: 1.4;
}
.strip[data-id=cd7c76] .exchange-hero__consent input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #12b8c4;
}
.strip[data-id=cd7c76] .exchange-hero__form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin-top: 3px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  background: #f5b942;
  color: #102640;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background 180ms ease;
}
.strip[data-id=cd7c76] .exchange-hero__form button:hover {
  transform: translateY(-2px);
  background: #ffd06a;
}
.strip[data-id=cd7c76] .exchange-hero__success {
  display: none;
  margin: 16px 0 0;
  padding: 12px;
  border: 1px solid rgba(99, 230, 232, 0.35);
  border-radius: 8px;
  background: rgba(18, 191, 208, 0.12);
  color: #d8ffff;
  font-size: 13px;
  line-height: 1.5;
}
.strip[data-id=cd7c76] .exchange-hero__success.is-visible {
  display: block;
}
.strip[data-id=cd7c76] .exchange-hero__form.is-complete {
  display: none;
}
@media (max-width: 900px) {
  .strip[data-id=cd7c76] .exchange-hero {
    min-height: 760px;
  }
  .strip[data-id=cd7c76] .exchange-hero__container {
    display: block;
    min-height: 760px;
    padding: 86px 24px 72px;
  }
  .strip[data-id=cd7c76] .exchange-hero__visual {
    min-height: 460px;
    margin-top: 36px;
  }
  .strip[data-id=cd7c76] .exchange-hero__network {
    opacity: 0.22;
  }
  .strip[data-id=cd7c76] .exchange-hero__card {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .strip[data-id=cd7c76] .exchange-hero h1 {
    font-size: 42px;
  }
  .strip[data-id=cd7c76] .exchange-hero__intro {
    font-size: 15px;
  }
  .strip[data-id=cd7c76] .exchange-hero__benefits {
    grid-template-columns: 1fr;
  }
  .strip[data-id=cd7c76] .exchange-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .strip[data-id=cd7c76] .exchange-hero__button {
    width: 100%;
    box-sizing: border-box;
  }
  .strip[data-id=cd7c76] .exchange-hero__card-content {
    padding: 23px 18px;
  }
}
@media (max-width: 480px) {
  .strip[data-id=cd7c76] .exchange-hero__container {
    padding: 70px 18px 60px;
  }
  .strip[data-id=cd7c76] .exchange-hero h1 {
    font-size: 34px;
  }
  .strip[data-id=cd7c76] .exchange-hero__price {
    font-size: 17px;
  }
  .strip[data-id=cd7c76] .exchange-hero__visual {
    min-height: 440px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=cd7c76] .exchange-hero__button, .strip[data-id=cd7c76] .exchange-hero__form button {
    transition: none;
  }
}.strip[data-id=fa1d94] {
  --section-id: "fa1d94";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/fa1d94";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/fa1d94";
}
.strip[data-id=fa1d94] .mail8-info {
  width: 100%;
  background: #f5f8fb;
  color: #163452;
  font-family: Inter, Arial, sans-serif;
  padding: 112px 24px;
  box-sizing: border-box;
  overflow: hidden;
}
.strip[data-id=fa1d94] .mail8-info__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=fa1d94] .mail8-info__intro {
  max-width: 760px;
  margin: 0 0 48px;
}
.strip[data-id=fa1d94] .mail8-info__rule {
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 0 24px;
  background: #22b8c3;
  border-radius: 999px;
}
.strip[data-id=fa1d94] .mail8-info h2,
.strip[data-id=fa1d94] .mail8-info h3,
.strip[data-id=fa1d94] .mail8-info p {
  margin-top: 0;
}
.strip[data-id=fa1d94] .mail8-info h2 {
  margin-bottom: 20px;
  color: #122b49;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.035em;
}
.strip[data-id=fa1d94] .mail8-info__lead {
  margin-bottom: 0;
  color: #486078;
  font-size: 19px;
  line-height: 1.65;
}
.strip[data-id=fa1d94] .mail8-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 48px;
}
.strip[data-id=fa1d94] .mail8-card {
  min-width: 0;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e0eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(21, 54, 86, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.strip[data-id=fa1d94] .mail8-card--wide {
  grid-column: span 2;
}
.strip[data-id=fa1d94] .mail8-card:hover {
  border-color: #9adce1;
  box-shadow: 0 18px 42px rgba(21, 54, 86, 0.11);
  transform: translateY(-4px);
}
.strip[data-id=fa1d94] .mail8-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  background: #e6f7f8;
  border-radius: 50%;
  color: #087ea4;
}
.strip[data-id=fa1d94] .mail8-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.strip[data-id=fa1d94] .mail8-card h3 {
  margin-bottom: 12px;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
}
.strip[data-id=fa1d94] .mail8-card p {
  margin-bottom: 0;
  color: #587087;
  font-size: 15px;
  line-height: 1.65;
}
.strip[data-id=fa1d94] .mail8-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.8fr);
  gap: 48px;
  min-height: 300px;
  padding: 42px 46px;
  background: linear-gradient(135deg, #102d4b 0%, #174a6a 100%);
  border-radius: 22px;
  isolation: isolate;
  overflow: hidden;
}
.strip[data-id=fa1d94] .mail8-panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 18px 18px;
  content: "";
}
.strip[data-id=fa1d94] .mail8-panel__copy {
  position: relative;
  z-index: 2;
  align-self: center;
}
.strip[data-id=fa1d94] .mail8-panel__copy > p {
  max-width: 730px;
  margin: 0 0 28px;
  color: #d9e8f2;
  font-size: 16px;
  line-height: 1.7;
}
.strip[data-id=fa1d94] .mail8-systems {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.strip[data-id=fa1d94] .mail8-systems img {
  display: block;
  width: 134px;
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}
.strip[data-id=fa1d94] .mail8-panel__visual {
  position: relative;
  min-height: 220px;
}
.strip[data-id=fa1d94] .mail8-panel__visual-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  color: #8de1e4;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.strip[data-id=fa1d94] .mail8-panel__visual-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
.strip[data-id=fa1d94] .mail8-panel__visual-icon--cloud {
  top: 15px;
  left: 18%;
}
.strip[data-id=fa1d94] .mail8-panel__visual-icon--calendar {
  top: 88px;
  right: 8%;
}
.strip[data-id=fa1d94] .mail8-panel__visual-icon--contacts {
  bottom: 12px;
  left: 8%;
}
.strip[data-id=fa1d94] .mail8-panel__visual-icon--tasks {
  right: 29%;
  bottom: 38px;
}
.strip[data-id=fa1d94] .mail8-panel__visual-orbit {
  position: absolute;
  border: 1px solid rgba(141, 225, 228, 0.25);
  border-radius: 50%;
  transform: rotate(-24deg);
}
.strip[data-id=fa1d94] .mail8-panel__visual-orbit--one {
  top: 29px;
  left: 7%;
  width: 240px;
  height: 130px;
}
.strip[data-id=fa1d94] .mail8-panel__visual-orbit--two {
  top: 64px;
  left: 18%;
  width: 190px;
  height: 115px;
  transform: rotate(38deg);
}
@media (max-width: 960px) {
  .strip[data-id=fa1d94] .mail8-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id=fa1d94] .mail8-card--wide {
    grid-column: span 2;
  }
  .strip[data-id=fa1d94] .mail8-panel {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
    gap: 24px;
    padding: 36px;
  }
}
@media (max-width: 680px) {
  .strip[data-id=fa1d94] .mail8-info {
    padding: 72px 18px;
  }
  .strip[data-id=fa1d94] .mail8-info__intro {
    margin-bottom: 36px;
  }
  .strip[data-id=fa1d94] .mail8-info h2 {
    font-size: 34px;
  }
  .strip[data-id=fa1d94] .mail8-info__lead {
    font-size: 17px;
  }
  .strip[data-id=fa1d94] .mail8-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }
  .strip[data-id=fa1d94] .mail8-card,
  .strip[data-id=fa1d94] .mail8-card--wide {
    grid-column: span 1;
    padding: 24px;
  }
  .strip[data-id=fa1d94] .mail8-panel {
    display: block;
    padding: 30px 24px;
    border-radius: 18px;
  }
  .strip[data-id=fa1d94] .mail8-panel__visual {
    min-height: 170px;
    margin-top: 24px;
  }
  .strip[data-id=fa1d94] .mail8-panel__visual-icon--cloud {
    left: 15%;
  }
  .strip[data-id=fa1d94] .mail8-panel__visual-icon--calendar {
    right: 5%;
  }
  .strip[data-id=fa1d94] .mail8-panel__visual-icon--contacts {
    left: 3%;
  }
  .strip[data-id=fa1d94] .mail8-panel__visual-icon--tasks {
    right: 26%;
  }
  .strip[data-id=fa1d94] .mail8-panel__visual-orbit--one {
    left: 8%;
    width: 220px;
  }
  .strip[data-id=fa1d94] .mail8-panel__visual-orbit--two {
    left: 17%;
    width: 175px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .strip[data-id=fa1d94] .mail8-card {
    transition: none;
  }
  .strip[data-id=fa1d94] .mail8-card:hover {
    transform: none;
  }
}@charset "UTF-8";
.strip[data-id=ad0cd7] {
  --section-id: "ad0cd7";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/ad0cd7";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/ad0cd7";
}
.strip[data-id=ad0cd7] .mail8-protocols {
  width: 100%;
  overflow: hidden;
  color: #102d4b;
  font-family: Manrope, Arial, sans-serif;
}
.strip[data-id=ad0cd7] .feature-band {
  position: relative;
  min-height: 360px;
  padding: 86px 24px 94px;
  background: #0b2948;
  overflow: hidden;
}
.strip[data-id=ad0cd7] .feature-band:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background: repeating-linear-gradient(132deg, transparent 0, transparent 38px, rgba(142, 220, 232, 0.1) 39px, transparent 40px, transparent 78px);
}
.strip[data-id=ad0cd7] .feature-band:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 18%;
  right: 18%;
  background: #7de2e6;
  box-shadow: 0 0 18px 4px rgba(125, 226, 230, 0.55), -180px 180px 0 -1px #7de2e6, 220px 310px 0 -2px #7de2e6;
  animation: mail8-pulse 3s ease-in-out infinite;
}
.strip[data-id=ad0cd7] .feature-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 42px;
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=ad0cd7] .feature-copy {
  min-width: 0;
}
.strip[data-id=ad0cd7] .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #7de2e6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.strip[data-id=ad0cd7] .eyebrow-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b8c4;
  box-shadow: 0 0 0 5px rgba(18, 184, 196, 0.15);
}
.strip[data-id=ad0cd7] h2, .strip[data-id=ad0cd7] h3, .strip[data-id=ad0cd7] p {
  margin-top: 0;
}
.strip[data-id=ad0cd7] .feature-band h2 {
  max-width: 680px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.strip[data-id=ad0cd7] .feature-intro {
  max-width: 640px;
  margin-bottom: 36px;
  color: #c6d8e6;
  font-size: 16px;
  line-height: 1.65;
}
.strip[data-id=ad0cd7] .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 30px;
}
.strip[data-id=ad0cd7] .feature-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
}
.strip[data-id=ad0cd7] .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(125, 226, 230, 0.4);
  border-radius: 50%;
  color: #7de2e6;
}
.strip[data-id=ad0cd7] .feature-icon svg {
  width: 22px;
  height: 22px;
}
.strip[data-id=ad0cd7] .feature-card h3 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}
.strip[data-id=ad0cd7] .feature-subtitle {
  margin-bottom: 8px;
  color: #7de2e6;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.strip[data-id=ad0cd7] .feature-card p {
  margin-bottom: 0;
  color: #c6d8e6;
  font-size: 15px;
  line-height: 1.65;
}
.strip[data-id=ad0cd7] .feature-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
}
.strip[data-id=ad0cd7] .feature-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  height: auto;
  max-width: 1255px;
  max-height: 1039px;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.2));
}
.strip[data-id=ad0cd7] .visual-glow {
  position: absolute;
  z-index: 1;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #12b8c4;
  opacity: 0.16;
  filter: blur(10px);
}
.strip[data-id=ad0cd7] .device-outline {
  position: absolute;
  border: 1px solid rgba(125, 226, 230, 0.18);
  border-radius: 22px;
  transform: rotate(-18deg);
}
.strip[data-id=ad0cd7] .device-one {
  width: 260px;
  height: 170px;
  right: 2%;
  top: 5%;
}
.strip[data-id=ad0cd7] .device-two {
  width: 210px;
  height: 140px;
  left: 0;
  bottom: 8%;
  transform: rotate(18deg);
}
.strip[data-id=ad0cd7] .device-three {
  width: 100px;
  height: 190px;
  right: 10%;
  bottom: 1%;
  border-radius: 18px;
  transform: rotate(16deg);
}
.strip[data-id=ad0cd7] .visual-pulse {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7de2e6;
  box-shadow: 0 0 0 6px rgba(125, 226, 230, 0.1);
  z-index: 3;
}
.strip[data-id=ad0cd7] .pulse-one {
  top: 28%;
  left: 12%;
}
.strip[data-id=ad0cd7] .pulse-two {
  right: 3%;
  top: 42%;
}
.strip[data-id=ad0cd7] .pulse-three {
  bottom: 23%;
  left: 22%;
}
@keyframes mail8-pulse {
  50% {
    opacity: 0.45;
    transform: scale(0.65);
  }
}
.strip[data-id=ad0cd7] .comparison-band {
  padding: 96px 24px 104px;
  background: #f5f8fb;
}
.strip[data-id=ad0cd7] .comparison-shell {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id=ad0cd7] .contact-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 78px;
  padding: 26px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(16, 45, 75, 0.08);
}
.strip[data-id=ad0cd7] .contact-kicker {
  display: block;
  margin-bottom: 5px;
  color: #71849a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.strip[data-id=ad0cd7] .contact-teaser h2 {
  margin-bottom: 0;
  color: #102d4b;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}
.strip[data-id=ad0cd7] .phone-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #087ea4;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.strip[data-id=ad0cd7] .phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e8f8f9;
  font-size: 20px;
}
.strip[data-id=ad0cd7] .comparison-heading {
  max-width: 700px;
  margin-bottom: 30px;
}
.strip[data-id=ad0cd7] .light-eyebrow {
  color: #087ea4;
}
.strip[data-id=ad0cd7] .comparison-heading h2 {
  margin-bottom: 12px;
  color: #102d4b;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.strip[data-id=ad0cd7] .comparison-heading p {
  margin-bottom: 0;
  color: #64788d;
  font-size: 16px;
  line-height: 1.65;
}
.strip[data-id=ad0cd7] .table-wrap {
  position: relative;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(16, 45, 75, 0.08);
  -webkit-overflow-scrolling: touch;
}
.strip[data-id=ad0cd7] .table-wrap > editable-content {
  display: block;
  min-width: 940px;
}
.strip[data-id=ad0cd7] .table-wrap table {
  width: 100%;
  min-width: 940px;
  border-collapse: separate;
  border-spacing: 0;
  color: #40566d;
  font-size: 14px;
  line-height: 1.55;
}
.strip[data-id=ad0cd7] .table-wrap th, .strip[data-id=ad0cd7] .table-wrap td {
  padding: 18px 20px;
  border-bottom: 1px solid #e5edf4;
  text-align: left;
  vertical-align: top;
}
.strip[data-id=ad0cd7] .table-wrap thead th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #6b8095;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.strip[data-id=ad0cd7] .table-wrap thead th:not(:first-child) {
  text-align: center;
}
.strip[data-id=ad0cd7] .table-wrap tbody th {
  width: 28%;
  color: #173956;
  font-weight: 800;
}
.strip[data-id=ad0cd7] .table-wrap tbody tr:last-child th, .strip[data-id=ad0cd7] .table-wrap tbody tr:last-child td {
  border-bottom: 0;
}
.strip[data-id=ad0cd7] .table-wrap .mail8-column {
  background: #e8f8f9;
  border-left: 1px solid #9bdee2;
  border-right: 1px solid #9bdee2;
}
.strip[data-id=ad0cd7] .table-wrap thead .mail8-column {
  color: #087e8b;
}
.strip[data-id=ad0cd7] .table-wrap thead em {
  display: block;
  margin: 5px auto 0;
  color: #0c9d88;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
}
.strip[data-id=ad0cd7] .table-wrap td.yes, .strip[data-id=ad0cd7] .table-wrap td.no, .strip[data-id=ad0cd7] .table-wrap td.limited {
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
.strip[data-id=ad0cd7] .table-wrap td.yes {
  color: #0c9d88;
}
.strip[data-id=ad0cd7] .table-wrap td.no {
  color: #9aaebe;
}
.strip[data-id=ad0cd7] .table-wrap td.limited {
  color: #c68516;
}
.strip[data-id=ad0cd7] .table-wrap td.yes:before, .strip[data-id=ad0cd7] .table-wrap td.no:before, .strip[data-id=ad0cd7] .table-wrap td.limited:before {
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
}
.strip[data-id=ad0cd7] .table-wrap td.yes:before {
  content: "✓";
}
.strip[data-id=ad0cd7] .table-wrap td.no:before {
  content: "×";
}
.strip[data-id=ad0cd7] .table-wrap td.limited:before {
  content: "~";
}
.strip[data-id=ad0cd7] .scroll-cue {
  display: none;
}
.strip[data-id=ad0cd7] .comparison-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 54px auto 0;
  max-width: 760px;
}
.strip[data-id=ad0cd7] .comparison-foot img {
  width: min(230px, 100%);
  height: auto;
  max-width: 572px;
  object-fit: contain;
}
.strip[data-id=ad0cd7] .comparison-foot h3 {
  margin-bottom: 8px;
  color: #173956;
  font-size: 21px;
  line-height: 1.3;
}
.strip[data-id=ad0cd7] .comparison-foot p {
  margin-bottom: 0;
  color: #64788d;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .strip[data-id=ad0cd7] .feature-shell {
    grid-template-columns: 1fr;
  }
  .strip[data-id=ad0cd7] .feature-visual {
    grid-row: 1;
    min-height: 300px;
  }
  .strip[data-id=ad0cd7] .feature-copy {
    grid-row: 2;
  }
  .strip[data-id=ad0cd7] .feature-visual img {
    width: min(55vw, 380px);
  }
  .strip[data-id=ad0cd7] .comparison-heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=ad0cd7] .feature-band {
    padding: 62px 20px 70px;
  }
  .strip[data-id=ad0cd7] .feature-band h2 {
    font-size: 32px;
  }
  .strip[data-id=ad0cd7] .feature-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .strip[data-id=ad0cd7] .feature-visual {
    min-height: 270px;
  }
  .strip[data-id=ad0cd7] .feature-visual img {
    width: min(82vw, 340px);
  }
  .strip[data-id=ad0cd7] .visual-glow {
    width: 245px;
    height: 245px;
  }
  .strip[data-id=ad0cd7] .device-one {
    width: 180px;
    height: 120px;
  }
  .strip[data-id=ad0cd7] .device-two {
    width: 150px;
    height: 100px;
  }
  .strip[data-id=ad0cd7] .device-three {
    height: 140px;
  }
  .strip[data-id=ad0cd7] .comparison-band {
    padding: 62px 16px 74px;
  }
  .strip[data-id=ad0cd7] .contact-teaser {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 58px;
    padding: 24px;
  }
  .strip[data-id=ad0cd7] .phone-link {
    font-size: 21px;
  }
  .strip[data-id=ad0cd7] .comparison-heading h2 {
    font-size: 29px;
  }
  .strip[data-id=ad0cd7] .table-wrap {
    margin-right: -2px;
  }
  .strip[data-id=ad0cd7] .scroll-cue {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 12px;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    color: #087ea4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 3px 10px rgba(16, 45, 75, 0.12);
  }
  .strip[data-id=ad0cd7] .scroll-cue b {
    font-size: 16px;
  }
  .strip[data-id=ad0cd7] .comparison-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 42px;
  }
  .strip[data-id=ad0cd7] .comparison-foot img {
    width: 220px;
  }
  .strip[data-id=ad0cd7] .comparison-foot h3 {
    font-size: 19px;
  }
}.strip[data-id=f9a039] {
  --section-id: "f9a039";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/f9a039";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/f9a039";
}
.strip[data-id=f9a039] * {
  box-sizing: border-box;
}
.strip[data-id=f9a039] .pricing-section {
  width: 100%;
  padding: 104px 24px 112px;
  color: #163452;
  background-color: #f5f8fb;
  background-image: repeating-linear-gradient(135deg, rgba(18, 43, 73, 0.025) 0, rgba(18, 43, 73, 0.025) 1px, transparent 1px, transparent 14px);
  font-family: Inter, Arial, sans-serif;
}
.strip[data-id=f9a039] .pricing-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.strip[data-id=f9a039] .pricing-intro {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.strip[data-id=f9a039] .pricing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: #087ea4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.strip[data-id=f9a039] .kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b8c4;
  box-shadow: 0 0 0 5px rgba(18, 184, 196, 0.12);
}
.strip[data-id=f9a039] h2 {
  margin: 0 0 16px;
  color: #122b49;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.strip[data-id=f9a039] .pricing-intro p {
  margin: 0;
  color: #5d7287;
  font-size: 17px;
  line-height: 1.65;
}
.strip[data-id=f9a039] .pricing-visual-note {
  position: absolute;
  top: -42px;
  right: -4px;
  width: 245px;
  height: 114px;
  padding: 12px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  opacity: 0.48;
}
.strip[data-id=f9a039] .pricing-visual-note img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.strip[data-id=f9a039] .plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.strip[data-id=f9a039] .plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 24px 24px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 45, 75, 0.07);
}
.strip[data-id=f9a039] .plan-card h3 {
  margin: 17px 0 8px;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}
.strip[data-id=f9a039] .plan-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: #e9f6f8;
  color: #087ea4;
}
.strip[data-id=f9a039] .plan-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.strip[data-id=f9a039] .plan-audience {
  min-height: 39px;
  margin: 0 0 20px;
  color: #708398;
  font-size: 13px;
  line-height: 1.45;
}
.strip[data-id=f9a039] .plan-price {
  min-height: 67px;
  margin: 0 0 19px;
  color: #087ea4;
  font-size: 13px;
  line-height: 1.35;
}
.strip[data-id=f9a039] .plan-price strong {
  display: block;
  margin-bottom: 4px;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
}
.strip[data-id=f9a039] .plan-price span {
  color: #718397;
}
.strip[data-id=f9a039] .feature-list {
  display: grid;
  gap: 12px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.strip[data-id=f9a039] .feature-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 7px;
  color: #526a80;
  font-size: 13px;
  line-height: 1.45;
}
.strip[data-id=f9a039] .feature-list li span {
  color: #0c9d88;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.strip[data-id=f9a039] .plan-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 12px 14px;
  border: 1px solid #087ea4;
  border-radius: 10px;
  color: #087ea4;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}
.strip[data-id=f9a039] .plan-button:hover {
  border-color: #075e7a;
  background: #075e7a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(7, 94, 122, 0.22);
  transform: translateY(2px);
}
.strip[data-id=f9a039] .plan-featured {
  border: 2px solid #12b8c4;
  box-shadow: 0 0 0 6px rgba(18, 184, 196, 0.08), 0 16px 38px rgba(16, 45, 75, 0.1);
}
.strip[data-id=f9a039] .featured-badge {
  position: absolute;
  top: -13px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #12b8c4;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.strip[data-id=f9a039] .custom-plan {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 28px 32px;
  border-radius: 18px;
  background: #102d4b;
  color: #dbeaf3;
}
.strip[data-id=f9a039] .custom-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #087ea4;
  color: #fff;
  font-size: 23px;
}
.strip[data-id=f9a039] .custom-plan h3, .strip[data-id=f9a039] .ordering-panel h3 {
  margin: 0 0 7px;
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
}
.strip[data-id=f9a039] .custom-plan p {
  margin: 0;
  color: #dbeaf3;
  font-size: 14px;
  line-height: 1.65;
}
.strip[data-id=f9a039] .custom-plan a, .strip[data-id=f9a039] .ordering-panel a {
  color: #fff;
  font-weight: 800;
}
.strip[data-id=f9a039] .ordering-panel {
  margin-top: 18px;
  padding: 25px 30px;
  border: 1px solid #dce7f2;
  border-radius: 16px;
  background: #fff;
}
.strip[data-id=f9a039] .ordering-panel h3 {
  color: #163452;
  font-size: 18px;
}
.strip[data-id=f9a039] .ordering-panel ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 25px;
  margin: 0;
  padding: 0 0 0 20px;
  color: #5d7287;
  font-size: 13px;
  line-height: 1.55;
}
.strip[data-id=f9a039] .ordering-panel li::marker {
  color: #087ea4;
  font-weight: 800;
}
.strip[data-id=f9a039] .ordering-panel a {
  color: #087ea4;
}
.strip[data-id=f9a039] .services-panel {
  margin-top: 54px;
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 45, 75, 0.07);
}
.strip[data-id=f9a039] .services-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.strip[data-id=f9a039] .services-heading h2 {
  margin-bottom: 0;
  font-size: 32px;
}
.strip[data-id=f9a039] .services-heading p {
  margin: 0 0 4px;
  color: #718397;
  font-size: 13px;
}
.strip[data-id=f9a039] .table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.strip[data-id=f9a039] table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #dce7f2;
  border-radius: 12px;
  color: #526a80;
  font-size: 13px;
  line-height: 1.45;
}
.strip[data-id=f9a039] th {
  height: 54px;
  padding: 15px 16px;
  background: #163452;
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.strip[data-id=f9a039] th:first-child {
  width: 56%;
}
.strip[data-id=f9a039] th:nth-child(2) {
  width: 16%;
}
.strip[data-id=f9a039] th:last-child {
  width: 28%;
}
.strip[data-id=f9a039] td {
  padding: 14px 16px;
  border-top: 1px solid #e5edf3;
  vertical-align: top;
}
.strip[data-id=f9a039] tbody tr:nth-child(even) td {
  background: #f6f9fb;
}
.strip[data-id=f9a039] tbody tr:nth-child(odd) td {
  background: #fff;
}
.strip[data-id=f9a039] td.free {
  color: #0c9d88;
  font-weight: 800;
}
.strip[data-id=f9a039] td.paid {
  color: #c68516;
  font-weight: 800;
}
.strip[data-id=f9a039] .price-note {
  margin: 16px 0 0;
  color: #718397;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .strip[data-id=f9a039] .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id=f9a039] .pricing-visual-note {
    right: 0;
    top: -26px;
  }
  .strip[data-id=f9a039] .pricing-intro {
    max-width: 680px;
  }
  .strip[data-id=f9a039] .ordering-panel ol {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .strip[data-id=f9a039] .pricing-section {
    padding: 72px 16px 76px;
  }
  .strip[data-id=f9a039] .pricing-intro {
    margin-bottom: 32px;
  }
  .strip[data-id=f9a039] h2 {
    font-size: 34px;
  }
  .strip[data-id=f9a039] .pricing-intro p {
    font-size: 15px;
  }
  .strip[data-id=f9a039] .pricing-visual-note {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 245px;
    height: 100px;
    margin: 0 auto 28px;
  }
  .strip[data-id=f9a039] .plans-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .strip[data-id=f9a039] .plan-card {
    padding: 26px 22px 22px;
  }
  .strip[data-id=f9a039] .custom-plan {
    align-items: flex-start;
    padding: 24px 20px;
  }
  .strip[data-id=f9a039] .custom-plan h3 {
    font-size: 17px;
  }
  .strip[data-id=f9a039] .ordering-panel {
    padding: 22px 20px;
  }
  .strip[data-id=f9a039] .ordering-panel ol {
    grid-template-columns: 1fr;
  }
  .strip[data-id=f9a039] .services-panel {
    margin-top: 38px;
    padding: 22px 16px;
  }
  .strip[data-id=f9a039] .services-heading {
    display: block;
  }
  .strip[data-id=f9a039] .services-heading h2 {
    font-size: 28px;
  }
  .strip[data-id=f9a039] .services-heading p {
    margin-top: 8px;
  }
}.strip[data-id=a948d2] {
  --section-id: "a948d2";
  --storage-url: "https://preview-mail8-cz.proweb.cz/_section/a948d2";
  --public-url: "https://preview-mail8-cz.proweb.cz/_section/a948d2";
}
.strip[data-id=a948d2] .pricing-section {
  background-color: #f5f8fb;
  background-image: repeating-linear-gradient(135deg, rgba(18, 43, 73, 0.025) 0, rgba(18, 43, 73, 0.025) 1px, transparent 1px, transparent 14px);
  padding: 96px 24px 104px;
  color: #163452;
}
.strip[data-id=a948d2] .pricing-container {
  max-width: 1240px;
  margin: 0 auto;
}
.strip[data-id=a948d2] .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin: 0 auto 48px;
}
.strip[data-id=a948d2] .pricing-heading {
  max-width: 770px;
}
.strip[data-id=a948d2] .eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: #087ea4;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.strip[data-id=a948d2] h2, .strip[data-id=a948d2] h3, .strip[data-id=a948d2] p, .strip[data-id=a948d2] ul {
  margin-top: 0;
}
.strip[data-id=a948d2] .pricing-header h2 {
  margin-bottom: 16px;
  color: #122b49;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.strip[data-id=a948d2] .pricing-header p {
  max-width: 720px;
  margin-bottom: 0;
  color: #5d7287;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.strip[data-id=a948d2] .pricing-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-width: 240px;
  height: 150px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 45, 75, 0.05);
}
.strip[data-id=a948d2] .pricing-visual img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  max-height: 142px;
  object-fit: contain;
}
.strip[data-id=a948d2] .plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.strip[data-id=a948d2] .plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px 24px 24px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 45, 75, 0.07);
}
.strip[data-id=a948d2] .plan-card.plan-featured {
  border: 2px solid #12b8c4;
  box-shadow: 0 0 0 5px rgba(18, 184, 196, 0.08), 0 16px 36px rgba(16, 45, 75, 0.1);
}
.strip[data-id=a948d2] .plan-badge {
  position: absolute;
  top: -13px;
  left: 22px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #12b8c4;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.strip[data-id=a948d2] .plan-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
}
.strip[data-id=a948d2] .plan-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: #e9f7f8;
  color: #087ea4;
  font-size: 16px;
}
.strip[data-id=a948d2] .plan-card h3 {
  margin-bottom: 0;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
.strip[data-id=a948d2] .plan-audience {
  min-height: 38px;
  margin: 16px 0 12px;
  color: #708398;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}
.strip[data-id=a948d2] .plan-price {
  min-height: 63px;
  margin-bottom: 18px;
  color: #087ea4;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}
.strip[data-id=a948d2] .plan-price small {
  display: block;
  margin-top: 6px;
  color: #718397;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}
.strip[data-id=a948d2] .feature-list {
  display: grid;
  gap: 11px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.strip[data-id=a948d2] .feature-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  color: #526a80;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
.strip[data-id=a948d2] .feature-list li span {
  color: #0c9d88;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}
.strip[data-id=a948d2] .plan-button, .strip[data-id=a948d2] .custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #087ea4;
  border-radius: 10px;
  color: #087ea4;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.strip[data-id=a948d2] .plan-button {
  width: 100%;
  margin-top: auto;
}
.strip[data-id=a948d2] .plan-button:hover, .strip[data-id=a948d2] .custom-button:hover {
  transform: translateY(-2px);
  background-color: #075e7a;
  color: #fff;
  box-shadow: 0 9px 18px rgba(7, 94, 122, 0.2);
}
.strip[data-id=a948d2] .custom-plan {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 28px 32px;
  border-radius: 18px;
  background: #102d4b;
  color: #dbeaf3;
}
.strip[data-id=a948d2] .custom-icon {
  display: grid;
  width: 48px;
  min-width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: rgba(18, 184, 196, 0.16);
  color: #6be0e2;
  font-size: 23px;
}
.strip[data-id=a948d2] .custom-copy {
  flex: 1;
}
.strip[data-id=a948d2] .custom-copy h3 {
  margin-bottom: 8px;
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.strip[data-id=a948d2] .custom-copy p {
  margin-bottom: 0;
  color: #dbeaf3;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.strip[data-id=a948d2] .custom-copy a {
  color: #6be0e2;
  font-weight: 800;
  text-decoration: underline;
}
.strip[data-id=a948d2] .custom-button {
  min-width: 185px;
  border-color: #6be0e2;
  color: #6be0e2;
}
.strip[data-id=a948d2] .ordering-panel {
  margin: 28px 0;
  padding: 27px 30px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}
.strip[data-id=a948d2] .ordering-panel h3 {
  margin-bottom: 20px;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.strip[data-id=a948d2] .ordering-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.strip[data-id=a948d2] .ordering-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #526a80;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.strip[data-id=a948d2] .ordering-panel li span {
  color: #087ea4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.strip[data-id=a948d2] .services-panel {
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 45, 75, 0.07);
}
.strip[data-id=a948d2] .services-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.strip[data-id=a948d2] .services-heading .eyebrow {
  margin-bottom: 0;
}
.strip[data-id=a948d2] .services-heading h3 {
  margin-bottom: 0;
  color: #163452;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
}
.strip[data-id=a948d2] .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.strip[data-id=a948d2] table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #e2eaf1;
  border-radius: 10px;
  color: #526a80;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}
.strip[data-id=a948d2] th {
  height: 54px;
  padding: 14px 16px;
  background: #163452;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}
.strip[data-id=a948d2] td {
  padding: 13px 16px;
  border-top: 1px solid #e8eef3;
  vertical-align: top;
}
.strip[data-id=a948d2] tbody tr:nth-child(even) td {
  background: #f6f9fb;
}
.strip[data-id=a948d2] tbody tr:nth-child(odd) td {
  background: #fff;
}
.strip[data-id=a948d2] th:nth-child(2), .strip[data-id=a948d2] td:nth-child(2) {
  width: 150px;
}
.strip[data-id=a948d2] th:last-child, .strip[data-id=a948d2] td:last-child {
  width: 300px;
}
.strip[data-id=a948d2] td.free {
  color: #0c9d88;
  font-weight: 800;
}
.strip[data-id=a948d2] td.paid {
  color: #c68516;
  font-weight: 800;
}
.strip[data-id=a948d2] .price-note {
  margin: 14px 0 0;
  color: #718397;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  .strip[data-id=a948d2] .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strip[data-id=a948d2] .pricing-header {
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .strip[data-id=a948d2] .pricing-section {
    padding: 68px 16px 76px;
  }
  .strip[data-id=a948d2] .pricing-header {
    display: block;
    margin-bottom: 34px;
  }
  .strip[data-id=a948d2] .pricing-header h2 {
    font-size: 34px;
  }
  .strip[data-id=a948d2] .pricing-header p {
    font-size: 16px;
  }
  .strip[data-id=a948d2] .pricing-visual {
    width: 100%;
    max-width: 280px;
    height: 128px;
    margin-top: 24px;
  }
  .strip[data-id=a948d2] .pricing-visual img {
    max-height: 120px;
  }
  .strip[data-id=a948d2] .plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .strip[data-id=a948d2] .custom-plan {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 24px;
  }
  .strip[data-id=a948d2] .custom-button {
    width: 100%;
  }
  .strip[data-id=a948d2] .ordering-panel, .strip[data-id=a948d2] .services-panel {
    padding: 22px 18px;
  }
  .strip[data-id=a948d2] .ordering-panel ul {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .strip[data-id=a948d2] .services-heading {
    display: block;
  }
  .strip[data-id=a948d2] .services-heading h3 {
    margin-top: 8px;
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  .strip[data-id=a948d2] .pricing-header h2 {
    font-size: 30px;
  }
  .strip[data-id=a948d2] .custom-plan {
    gap: 15px;
  }
  .strip[data-id=a948d2] .custom-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 19px;
  }
}