      /*  .hidden {
          display: none;
      }

      .dialog {
          position: absolute;
          top: 50px;
          left: 50px;
      }*/

      .modal {
          position: fixed;
          inset: 0;
          z-index: 50;
          display: none;
      }

          .modal.active {
              display: block;
          }

      .modal-overlay {
          position: absolute;
          inset: 0;
          background: rgba(0, 0, 0, 0.4);
          backdrop-filter: blur(4px);
          transition: opacity 200ms ease;
      }

      .modal-wrapper {
          position: relative;
          min-height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
      }

      .modal-panel {
          width: 100%;
          max-width: 896px;
          background: #ffffff;
          border-radius: 16px;
          padding: 40px;
          box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
          transform: translateX(100%);
          transition: transform 1220ms ease;
      }

      .modal {
          opacity: 0;
          pointer-events: none;
      }

          .modal.active {
              opacity: 1;
              pointer-events: auto;
          }

      .modal-panel {
      }

      .modal.active .modal-panel {
          transform: translateX(0);
      }

      .modal-content {
          background: #fff;
          padding: 2rem;
          border-radius: 8px;
          max-width: 420px;
          width: 100%;
      }

      .modal-close {
          position: absolute;
          right: 1rem;
          top: 1rem;
          background: none;
          border: none;
          font-size: 1.2rem;
          cursor: pointer;
      }

      .expand {
          position: absolute;
          right: 10px;
          top: 10px;
      }

      .feature-card:hover .feature-expand {
          background-color: #006BFF;
      }

          .feature-card:hover .feature-expand svg {
              fill: #ffffff;
          }

      .wi40 {
          width: 40%;
      }

      .wi60 {
          width: 60%;
      }

      .feature-list {
          list-style: none;
          padding: 0;
          margin: 0;
      }

          .feature-list li {
              display: flex;
              align-items: flex-start;
              gap: 12px;
              margin-bottom: 16px;
          }

      .feature-bullet {
          width: 6px;
          height: 6px;
          margin-top: 8px;
          border-radius: 50%;
          background-color: rgba(17, 24, 39, 0.25);
          flex-shrink: 0;
      }

      .modal-cta {
          position: absolute;
          right: 32px;
          bottom: 40px;
      }

      .te12 {
          border-radius: 12px;
      }

      .wg20 {
          padding-left: 1.275rem;
          padding-right: 1.275rem;
      }
      /*  .lf {
          --tw-bg-opacity: 1;
          background-color: #1F3A5F;
      }*/
      .cta-primary {
          background-color: #1F3A5F;
          color: white;
          transition: all 200ms ease;
      }

          .cta-primary:hover {
              background-color: #172C48;
              box-shadow: 0 8px 20px rgba(31, 58, 95, 0.25);
          }

      .pricing-features {
          list-style: none;
          padding: 0;
          margin: 0px 0px;
      }

          .pricing-features li {
              display: flex;
              align-items: flex-start;
              gap: 12px;
              margin-bottom: 16px;
              font-size: 16px;
              line-height: 1.5;
              color: #2E3440;
          }

      .feature-check {
          width: 20px;
          height: 20px;
          flex-shrink: 0;
          margin-top: 2px;
          color: #1F3A5F; /* klidná tmavá modrá */
      }

          .feature-check svg {
              width: 100%;
              height: 100%;
          }

      .pricing-addons {
          margin-top: 48px;
          padding-top: 32px;
          padding-bottom: 32px;
          border-top: 1px solid #E5E7EB;
      }

      .addons-title {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 24px;
          color: #1F2937;
      }

      .addon-item {
          display: flex;
          justify-content: space-between;
          gap: 24px;
          padding: 20px 0;
          border-bottom: 1px solid #F3F4F6;
      }

          .addon-item:last-child {
              border-bottom: none;
          }

      .addon-content h4 {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 6px;
          color: #111827;
      }

      .addon-content p {
          font-size: 14px;
          color: #6B7280;
          line-height: 1.5;
          margin: 0;
      }

      .addon-meta {
          text-align: right;
          font-size: 14px;
          color: #374151;
          white-space: nowrap;
      }

      .addon-note {
          font-size: 13px;
          color: #6B7280;
      }

      .btn-secondary {
          padding: 8px 18px;
          border-radius: 8px;
          border: 1px solid #D1D5DB;
          background: transparent;
          color: #374151;
          text-decoration: none;
          font-size: 14px;
          transition: all 200ms ease;
      }

          .btn-secondary:hover {
              border-color: #1F3A5F;
              color: #1F3A5F;
          }

      /* primární */
      .btn-primary {
          padding: 8px 20px;
          border-radius: 8px;
          background: #1F3A5F;
          color: #ffffff;
          text-decoration: none;
          font-size: 14px;
          transition: all 200ms ease;
      }

          .btn-primary:hover {
              background-color: #172C48;
              box-shadow: 0 8px 15px rgba(31, 58, 95, 0.25);
          }

      .footer-bottom-container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 24px;
          display: flex;
          justify-content: space-between;
          align-items: center;
      }

      .footer-legal-links a {
          margin-left: 24px;
          color: #6B7280;
          text-decoration: none;
      }

          .footer-legal-links a:hover {
              color: #1F3A5F;
          }


      @media (max-width: 1024px) {

          .go.io.wp {
              display: flex !important;
              flex-direction: column !important;
          }

          .animate_left,
          .animate_right {
              width: 100% !important;
          }

          .animate_right {
              margin-top: 40px;
              display: block !important;
          }

              .animate_right img {
                  max-width: 100%;
                  height: auto;
              }
      }

      @media (max-width: 992px) {

          .modal-panel .pb.pe {
              display: flex !important;
              flex-direction: column !important;
          }

          .modal-panel .wi60,
          .modal-panel .wi40 {
              width: 100% !important;
          }

          .modal-panel .tbx {
              display: block !important;
              margin-bottom: 30px;
          }

          .modal-panel img {
              max-width: 100%;
              height: auto;
          }
      }
      /* Mobile modal scroll fix */
      @media (max-width: 1024px) {

          .modal {
              overflow-y: auto;
          }

          .modal-wrapper {
              min-height: 100vh;
              display: flex;
              align-items: flex-start;
              padding: 20px 0;
          }

          .modal-panel {
              max-height: 90vh;
              overflow-y: auto;
              -webkit-overflow-scrolling: touch;
          }

          .modal-cta {
              position: unset;
          }

              .modal-cta .cta-primary {
                  float: right;
              }
      }

      .fi {
          color: white;
      }

      .usage-summary {
          text-align: center;
          margin-top: 60px;
          padding-top: 40px;
          border-top: 1px solid #E5E7EB80;
          border-bottom: 1px solid #E5E7EB;
          padding-bottom: 20px;
      }


      .usage-title {
          font-size: 20px;
          margin-bottom: 30px;
          color: #1F3A5F;
      }

      .usage-inline-grid {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 16px 32px;
          font-size: 14px;
          color: #4B5563;
      }

          .usage-inline-grid div {
              position: relative;
              padding-left: 18px;
          }

              .usage-inline-grid div:before {
                  content: "";
                  width: 6px;
                  height: 6px;
                  background: rgba(17, 24, 39, 0.25);
                  border-radius: 50%;
                  position: absolute;
                  left: 0;
                  top: 7px;
              }

      .sm {
          font-size: smaller;
      }

      .lar {
          font-size: unset;
      }

      .toast {
          position: fixed;
          bottom: 30px;
          right: 30px;
          background: #1F3A5F;
          box-shadow: 0 10px 30px rgba(0,0,0,0.15);
          color: #fff;
          padding: 14px 20px;
          border-radius: 8px;
          opacity: 0;
          transform: translateY(10px);
          transition: all 0.3s ease;
          z-index: 2000;
      }

          .toast.show {
              opacity: 1;
              transform: translateY(0);
          }

      .form-error {
          margin-top: 8px;
          font-size: 14px;
          color: #DC2626;
          min-height: 20px;
      }

      .success-modal {
          position: fixed;
          inset: 0;
          background: rgba(0,0,0,0.4);
          display: none;
          align-items: center;
          justify-content: center;
          z-index: 9999;
      }

          .success-modal.active {
              display: flex;
          }

      .success-panel {
          background: #fff;
          padding: 40px;
          border-radius: 12px;
          max-width: 420px;
          text-align: center;
      }

          .success-panel h3 {
              margin-bottom: 16px;
              color: #4B5563;
              font-weight: bolder;
          }

          .success-panel p {
              margin-bottom: 24px;
              color: #4B5563;
          }

      .role-content {
          display: flex;
          align-items: center;
          gap: 60px;
      }

      .role-text {
          flex: 1;
      }

      .role-image {
          flex: 1;
      }

          .role-image img {
              width: 100%;
              height: auto;
              border-radius: 12px;
              box-shadow: 0 20px 40px rgba(0,0,0,0.08);
          }

      @media (max-width: 1024px) {

          .role-content {
              flex-direction: column;
          }

          .role-image {
              order: 2; /* Obrázek nad text */
              width: 90%;
          }

          .role-text {
              order: 1; /* Obrázek nad text */
              width: 95%;
          }
      }
