 <style>
    /*
      Tato tabulka a styly jsou navrženy speciálně pro Shoptet.
      Použití unikátního kořenového selektoru .test-centrum-future
      zamezí konfliktům se stávajícím stylem šablony.
    */
    .test-centrum-future {
      font-family: Arial, sans-serif;
      color: #333;
      line-height: 1.6;
    }
    .test-centrum-future h1 {
      text-align: center;
      margin-top: 20px;
      font-size: 2.2rem;
      color: #222;
    }
    .test-centrum-future .hero {
      background: linear-gradient(180deg, #f0f0f0, #ffffff);
      padding: 40px 20px;
      text-align: center;
    }
    .test-centrum-future .intro {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      font-size: 1.1rem;
    }
    .test-centrum-future .conditions,
    .test-centrum-future .benefits,
    .test-centrum-future .faq,
    .test-centrum-future .info,
    .test-centrum-future .contact,
    .test-centrum-future .pricing {
      max-width: 900px;
      margin: 40px auto;
      padding: 0 20px;
    }
    .test-centrum-future h2 {
      margin-bottom: 10px;
      color: #222;
      border-bottom: 3px solid #d9480f;
      display: inline-block;
      padding-bottom: 5px;
    }
    .test-centrum-future ul {
      list-style: none;
      padding: 0;
    }
    .test-centrum-future li {
      margin-bottom: 8px;
      padding-left: 28px;
      position: relative;
    }
    .test-centrum-future li::before {
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: #d9480f;
    }
    .test-centrum-future .price-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      font-size: 0.95rem;
    }
    .test-centrum-future .price-table th,
    .test-centrum-future .price-table td {
      border: 1px solid #ddd;
      padding: 8px 12px;
      text-align: left;
    }
    .test-centrum-future .price-table th {
      background-color: #f5f5f5;
      color: #222;
    }
    .test-centrum-future .price-table tr:nth-child(even) {
      background-color: #fafafa;
    }
    .test-centrum-future .faq-item {
      margin-bottom: 15px;
      border-bottom: 1px solid #ddd;
    }
    .test-centrum-future .faq-question {
      cursor: pointer;
      padding: 10px 0;
      font-weight: bold;
      position: relative;
    }
    .test-centrum-future .faq-question::after {
      content: '\25bc';
      position: absolute;
      right: 0;
      transition: transform 0.3s ease;
    }
    .test-centrum-future .faq-question.active::after {
      transform: rotate(180deg);
    }
    .test-centrum-future .faq-answer {
      display: none;
      padding: 0 0 10px 0;
    }
    .test-centrum-future .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 10px;
      max-width: 900px;
      margin: 20px auto;
      padding: 0 20px;
    }
    .test-centrum-future .gallery img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 4px;
    }
    .test-centrum-future .contact {
      background-color: #f5f5f5;
      padding: 20px;
      border-radius: 4px;
    }
    @media (max-width: 600px) {
      .test-centrum-future h1 {
        font-size: 1.6rem;
      }
    }
  </style>
