body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}

/* Desktop / laptop */
@media (min-width: 1200px) {
  h1 { font-size: 56px; line-height: 64px; }
  h2 { font-size: 40px; line-height: 48px; }
}

/* Tablet landscape */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 { font-size: 44px; line-height: 52px; }
  h2 { font-size: 34px; line-height: 42px; }
}

/* Tablet portrait */
@media (min-width: 768px) and (max-width: 991px) {
  h1 { font-size: 40px; line-height: 48px; }
  h2 { font-size: 32px; line-height: 40px; }
}

/* Mobile landscape */
@media (min-width: 576px) and (max-width: 767px) {
  h1 { font-size: 30px; line-height: 36px; }
  h2 { font-size: 26px; line-height: 32px; }
}

/* Mobile */
@media (max-width: 575px) {
  h1 { font-size: 26px; line-height: 32px; }
  h2 { font-size: 24px; line-height: 30px; }
}




.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-radius: 15px;
}

.highlighted1 {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #e2e8f0; /* světle šedá */
  border-radius: 9999px;      /* udělá "pilulku" */
  color: #1f2937;             /* tmavě šedý text */
  font-size: 0.9rem;
}

.part1 {
  color: #1f2937; /* tmavě šedá */
  display: inline; 
}

.part2 {
  color: #919191; /* modrá */
  display: inline; 
}

.sp-contact-info {
    color: white;
}

#sp-top-bar {
    background: #5b9be5;
}

#sp-footer, #sp-bottom {
  background: url('/files/banner/cr5l2610-kopie-scaled2.jpg') center center / cover no-repeat;
}

#sp-top-bar a {
    color: white !important;
}

  .spec-box {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #bbf7d0; 
    border-radius: 9999px;
    background: #ecfdf5;       
    color: #065f46;
    font-size: 0.95rem;
    margin: 0; 
  }
  .spec-box p {
    margin: 0;
  }

.sppb-btn-link {
    color: #6ea6e7 !important;
}

.sppb-btn-link:hover {
    color: #3071ff!important;
}

.form-builder-checkbox-label {
     font-size: 16px;
}

.sppb-form-group {
    margin-bottom: 5px;
}

.poptavka1 {
  background: #10B981;  
  color: #ffffff !important;  
  border-radius: 6px;
  margin-left: 30px !important; 
  padding: 15px !important;
line-height: 20px !important;
border: 2px solid #5b9be5;
}

.poptavka1: hover {
  background: #059669; 
  color: #ffffff !important;
}

#sp-section-5 {
  background: #5b9be5; 
}

.product-description {
  margin-bottom: 1.5rem;
}

.product-specs {
  list-style: none;
  padding-left: 0;
}

.product-specs li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.4em;
}

.product-specs li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0077cc;
}

<!-- new -->

#sp-header {
    background: none !important;
}

.sp-header {
    background: none !important;
}

#sp-header {
    box-shadow: none;
}
#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child {
    margin-top: -100px;
}

.d-flex {
    line-height: 1;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px !important;
    line-height: 1.3;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}

.sp-dropdown.sp-dropdown-sub.sp-menu-right {
    width: 160px !important;
}

.item-154 {
    line-height: 11px !important;
}

.burger-icon>span {
    background-color: #ffffff;
}

.form-builder-checkbox-content label {
    width: 180% !important;
}

@media (min-width: 1399px) {
  .form-builder-checkbox-content label {
    width: 90% !important;
  }
}

@media (max-width: 992px) {
    .logo-image {
        height: 60px !important;
    }
}

@media (max-width: 576px) {
    .logo-image {
        height: 50px !important;
    }
}


.consultation-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}

.consultation-card .icon-container {
    background: #d4e4f7;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.consultation-card .icon-container i {
    font-size: 40px;
    color: #6ea6e7;
}

.consultation-card h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.consultation-card .description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
}

.consultation-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.consultation-card:hover .description {
    opacity: 1;
    max-height: 100px;
}

/* Helix Framework & SP Page Builder 6 Responsive Breakpoints */

/* Extra Large Desktop - 1200px and up */
@media (min-width: 1200px) {
    .consultation-card {
        padding: 25px;
    }
    .consultation-card h2 {
        font-size: 16px;
    }
    .consultation-card .description {
        font-size: 14px;
    }
}

/* Desktop - 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .consultation-card {
        padding: 35px;
    }
    .consultation-card h2 {
        font-size: 16px;
    }
    .consultation-card .description {
        font-size: 14px;
    }
}

/* Tablet - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .consultation-card {
        padding: 30px;
    }
    .consultation-card .icon-container {
        width: 70px;
        height: 70px;
    }
    .consultation-card .icon-container i {
        font-size: 35px;
    }
    .consultation-card h2 {
        font-size: 15px;
    }
    .consultation-card .description {
        font-size: 14px;
    }
}

/* Mobile Landscape - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
    .consultation-card {
        padding: 25px;
    }
    .consultation-card .icon-container {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
    }
    .consultation-card .icon-container i {
        font-size: 32px;
    }
    .consultation-card h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .consultation-card .description {
        font-size: 13px;
    }
}

/* Mobile Portrait - up to 575px */
@media (max-width: 575px) {
    .consultation-card {
        padding: 20px;
    }
    .consultation-card .icon-container {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }
    .consultation-card .icon-container i {
        font-size: 30px;
    }
    .consultation-card h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .consultation-card .description {
        font-size: 13px;
    }
}