
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


body {
    font-family: Calibri, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #EDE8DF;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
  }
  
  h2 {
    font-size: 1.4em;
    margin-top: 10px;
    color: #005084;
  }
  
  h3 {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  
  h4 {
    font-size: 1.1em;
    margin-top: 10px;
  }
  
  p {
    margin: 10px 0;
  }
  
  .note {
    font-size: 0.9em;
    font-style: italic;
    color: #777;
    margin-top: 8px;
  }
  
  .text-section {
    margin-bottom: 20px;
  }
  
  .example-block {
    margin: 40px 0;
    background: white;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .example-block img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .iframe-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: white;
    margin-top: 20px;
    overflow: hidden;
  }
  
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 10px 0;
    align-items: flex-start;
  }
  
  .intro-left,
  .intro-right {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-width: 0;
  }
  
  .intro-left ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .intro-left ul li {
    margin-bottom: 12px;
  }
  
  .intro-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .example-block.half-width {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    margin-top: 20px;
    margin-bottom: 0;
    width: 85%;
  }
  
  .example-block.half-width img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .example-block.half-width .iframe-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: white;
    overflow: hidden;
  }
  
  .example-block.half-width .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .gsv-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
  }
  
  .gsv-text {
    flex: 1;
    min-width: 200px;
    text-align: left;
  }
  
  .gsv-image {
    width: 200px;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  
  .pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
  }
  
  .pricing-column {
    flex: 1 1 160px;              /* minimální šířka boxu */
    max-width: 200px;            /* maximální šířka boxu */
    background: white;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
  
  
  /* Tablet – 3 v řádku */
  @media (max-width: 1000px) {
    .pricing-column {
      flex: 0 0 calc(33.33% - 10px);
      max-width: calc(33.33% - 10px);
    }
  }
  
  /* Mobil – 2 v řádku */
  @media (max-width: 700px) {
    .pricing-column {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px);
    }
  }
  
  /* Úzké mobily – 1 v řádku */
  @media (max-width: 420px) {
    .pricing-column {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
 
  /* Extra malý mobil – jen když opravdu nutné */
  @media (max-width: 380px) {
    .pricing-column {
      flex: 1 1 100%;
      max-width: 100%;
    }
}
  
  
  .pricing-column h4 {
    margin-top: 0;
    font-size: 1.1em;
    color: #005084;
  }
  
  .pricing-column p {
    margin: 8px 0;
  }
  
  .highlight {
    color: #005084; /* tmavší modrá z tvého webu */
    font-weight: 500;
  }
  
  
  .contact-block {
    background: #f9f9f9;
    padding: 40px 20px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
  }
  
  .contact-block a {
    color: #005084;
    text-decoration: none;
  }
  
  @media (max-width: 768px) {
    .intro-wrapper {
      flex-direction: column;
    }
  
    .intro-left,
    .intro-right {
      width: 100%;
      max-width: 100%;
    }
  
    .intro-right {
      margin-top: 30px;
    }
  
    .gsv-block {
      flex-direction: column;
    }
  
    .gsv-image {
      margin: 0 auto;
    }
  
    .pricing-table {
      flex-direction: column;
    }
  
    .pricing-column {
      flex: 1 1 100%;
    }
  
    .iframe-container {
      aspect-ratio: unset;
      height: 300px;
      margin-top: 10px;
    }
  
    .iframe-container iframe {
      height: 100%;
    }
  }

  .notebook-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px 0;
  }
  
  .notebook-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .iframe-overlay {
    position: absolute;
    top: 12.36%;
    left: 17.83%;
    width: 64.00%;
    height: 62.64%;
    pointer-events: auto;
  }
  
  .iframe-overlay iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
 
  .heading-with-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .heading-with-logo h2 {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    flex: 1;
    font-style: italic;
    line-height: 1.4;
    font-weight: normal;
  }
  
  .heading-with-logo h2 small {
    font-size: 0.8em;
    color: #999999;
  }  

  .intro-subheading {
    display: block;
    font-size: 0.85em;
    color: #777;
    margin-top: 4px;
  }
  
  
  .matterport-logo-inline {
    width: 20%;
    height: auto;
    max-width: 100%;
  }

  .technology-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
  }
  
  .technology-text {
    flex: 1;
    min-width: 200px;
    text-align: left;
  }
  
  .technology-image {
    width: 400px;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  
  /* Mobilní zobrazení */
  @media (max-width: 768px) {
    .technology-block {
      flex-direction: column;
    }
  
    .technology-image {
      margin: 0 auto 20px auto;
    }
  
    .technology-text {
      text-align: left;
    }
  }
  .examples-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
    justify-content: center;
  }
  
  .example-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .example-item p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  /* Mobilní úprava */
  @media (max-width: 768px) {
    .examples-grid {
      flex-direction: column;
      gap: 40px;
    }
  
    .example-item {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
  .steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 40px;
    justify-content: space-between;
  }
  
  .step {
    flex: 1 1 17%;
    background: #edf1ed;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  }
  
  .step-icon {
    font-size: 2em;
    margin-bottom: 10px;
  }
  
  .step-text {
    font-size: 14px;
    color: #333;
  }
  
  /* Mobilní úprava */
  @media (max-width: 768px) {
    .steps-grid {
      flex-direction: column;
    }
  
    .step {
      flex: 1 1 100%;
    }
  }

  .notebook-caption {
    text-align: center;
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
  
  .intro-lead {
    font-size: 16px;
    text-align: left;
    color: #274530;
    max-width: 1200px;
    margin: 10px 0 20px;
    line-height: 1.4;
    font-weight: 600;
  }
  
  .intro-heading {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #005084;
  }
  
  .intro-icons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  
  .icon-item {
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
    color: #333;
    background-color: #F7F5F0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    text-wrap: balance;
    min-height: 80px;
  }
  
  /* 3 sloupce (2 řádky) */
  @media (max-width: 1199px) {
    .intro-icons {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  /* 2 sloupce (3 řádky) */
  @media (max-width: 720px) {
    .intro-icons {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
    